/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | UDTLayout.cpp | 50 uint32_t OffsetInParent, uint32_t Size, in LayoutItemBase() argument 53 OffsetInParent(OffsetInParent), SizeOf(Size), LayoutSize(Size), in LayoutItemBase() 106 const std::string &Name, uint32_t OffsetInParent, in UDTLayoutBase() argument 108 : LayoutItemBase(Parent, &Sym, Name, OffsetInParent, Size, IsElided) { in UDTLayoutBase() 153 uint32_t OffsetInParent, bool Elide, in BaseClassLayout() argument 155 : UDTLayoutBase(&Parent, *B, B->getName(), OffsetInParent, B->getLength(), in BaseClassLayout()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | UDTLayout.h | 38 const std::string &Name, uint32_t OffsetInParent, 48 uint32_t getOffsetInParent() const { return OffsetInParent; } in getOffsetInParent() 67 uint32_t OffsetInParent = 0; variable 116 const std::string &Name, uint32_t OffsetInParent, uint32_t Size, 151 BaseClassLayout(const UDTLayoutBase &Parent, uint32_t OffsetInParent,
|
/external/llvm/test/DebugInfo/COFF/ |
D | local-variables.ll | 120 ; OBJ: OffsetInParent: 0 137 ; OBJ: OffsetInParent: 0 154 ; OBJ: OffsetInParent: 0 182 ; OBJ: OffsetInParent: 0 212 ; OBJ: OffsetInParent: 0
|
D | types-array.ll | 74 ; CHECK: OffsetInParent: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | local-variables.ll | 116 ; OBJ: OffsetInParent: 0 133 ; OBJ: OffsetInParent: 0 150 ; OBJ: OffsetInParent: 0 178 ; OBJ: OffsetInParent: 0 208 ; OBJ: OffsetInParent: 0
|
D | pieces.ll | 121 ; OBJ: OffsetInParent: 0 128 ; OBJ: OffsetInParent: 4 151 ; OBJ: OffsetInParent: 4 174 ; OBJ: OffsetInParent: 0 201 ; OBJ: OffsetInParent: 0 212 ; OBJ: OffsetInParent: 4 236 ; OBJ: OffsetInParent: 4
|
D | types-array.ll | 73 ; CHECK: OffsetInParent: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | diexpr-win32.mir | 15 # CHECK-NEXT: OffsetInParent: 0 35 # CHECK-NEXT: OffsetInParent: 0 55 # CHECK-NEXT: OffsetInParent: 0
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 637 ulittle16_t OffsetInParent; member 717 ulittle32_t OffsetInParent; member 728 uint32_t OffsetInParent, in DefRangeSubfieldRegisterSym() argument 734 Header.OffsetInParent = OffsetInParent; in DefRangeSubfieldRegisterSym()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 277 error(IO.mapObject(DefRangeSubfieldRegister.Hdr.OffsetInParent)); in visitKnownRecord() 288 error(IO.mapInteger(DefRangeSubfield.OffsetInParent)); in visitKnownRecord()
|
D | SymbolDumper.cpp | 348 W.printNumber("OffsetInParent", DefRangeSubfieldRegister.Hdr.OffsetInParent); in visitKnownRecord() 367 W.printNumber("OffsetInParent", DefRangeSubfield.OffsetInParent); in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 344 DefRangeSubfieldRegister.Header.OffsetInParent); in visitDefRangeSubfieldRegisterSym() 363 W.printNumber("OffsetInParent", DefRangeSubfield.Header.OffsetInParent); in visitDefRangeSubfieldSym()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 468 uint16_t OffsetInParent; variable 503 ulittle32_t OffsetInParent; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 382 IO.mapRequired("OffsetInParent", Symbol.OffsetInParent); in map() 403 IO.mapRequired("OffsetInParent", Symbol.Hdr.OffsetInParent); in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 583 uint32_t(Def.Hdr.OffsetInParent)); in visitKnownRecord() 593 Def.Program, Def.OffsetInParent, formatRange(Def.Range)); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2439 Sym.Hdr.OffsetInParent = DefRange.StructOffset; in emitLocalVariable()
|