mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
Reformat arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178585 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c227c4675e
commit
cf0623bba4
@ -548,10 +548,12 @@ DICompositeType DIBuilder::createStructType(DIDescriptor Context,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// createUnionType - Create debugging information entry for an union.
|
/// createUnionType - Create debugging information entry for an union.
|
||||||
DICompositeType DIBuilder::createUnionType(
|
DICompositeType DIBuilder::createUnionType(DIDescriptor Scope, StringRef Name,
|
||||||
DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber,
|
DIFile File, unsigned LineNumber,
|
||||||
uint64_t SizeInBits, uint64_t AlignInBits, unsigned Flags, DIArray Elements,
|
uint64_t SizeInBits,
|
||||||
unsigned RunTimeLang) {
|
uint64_t AlignInBits, unsigned Flags,
|
||||||
|
DIArray Elements,
|
||||||
|
unsigned RunTimeLang) {
|
||||||
// TAG_union_type is encoded in DICompositeType format.
|
// TAG_union_type is encoded in DICompositeType format.
|
||||||
Value *Elts[] = {
|
Value *Elts[] = {
|
||||||
GetTagConstant(VMContext, dwarf::DW_TAG_union_type),
|
GetTagConstant(VMContext, dwarf::DW_TAG_union_type),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user