/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 52 uint32_t OffsetInParent, uint32_t Size, in LayoutItemBase() argument 55 OffsetInParent(OffsetInParent), SizeOf(Size), LayoutSize(Size), in LayoutItemBase() 108 const std::string &Name, uint32_t OffsetInParent, in UDTLayoutBase() argument 110 : LayoutItemBase(Parent, &Sym, Name, OffsetInParent, Size, IsElided) { in UDTLayoutBase() 155 uint32_t OffsetInParent, bool Elide, in BaseClassLayout() argument 157 : UDTLayoutBase(&Parent, *B, B->getName(), OffsetInParent, B->getLength(), in BaseClassLayout()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 36 const std::string &Name, uint32_t OffsetInParent, 46 uint32_t getOffsetInParent() const { return OffsetInParent; } in getOffsetInParent() 65 uint32_t OffsetInParent = 0; variable 114 const std::string &Name, uint32_t OffsetInParent, uint32_t Size, 149 BaseClassLayout(const UDTLayoutBase &Parent, uint32_t OffsetInParent,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolRecordMapping.cpp | 276 error(IO.mapObject(DefRangeSubfieldRegister.Hdr.OffsetInParent)); in visitKnownRecord() 287 error(IO.mapInteger(DefRangeSubfield.OffsetInParent)); in visitKnownRecord()
|
H A D | SymbolDumper.cpp | 329 W.printNumber("OffsetInParent", DefRangeRegisterRel.offsetInParent()); in visitKnownRecord() 353 W.printNumber("OffsetInParent", DefRangeSubfieldRegister.Hdr.OffsetInParent); in visitKnownRecord() 372 W.printNumber("OffsetInParent", DefRangeSubfield.OffsetInParent); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 492 uint16_t OffsetInParent = 0; 524 ulittle32_t OffsetInParent; 588 // uint16_t OffsetInParent : 12; in DefRangeFramePointerRelFullScopeSym() 471 uint16_t OffsetInParent = 0; global() variable 503 ulittle32_t OffsetInParent; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 418 IO.mapRequired("OffsetInParent", Symbol.OffsetInParent); in map() 439 IO.mapRequired("OffsetInParent", Symbol.Hdr.OffsetInParent); in map()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbUtil.cpp | 886 offset_to_size[loc.Hdr.OffsetInParent] = reg_size; in GetVariableLocationInfo() 887 AddMemberLocationRanges(location_map, loc.Hdr.OffsetInParent, in GetVariableLocationInfo()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 653 uint32_t(Def.Hdr.OffsetInParent)); in visitKnownRecord() 663 Def.Program, Def.OffsetInParent, formatRange(Def.Range)); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 1195 DefRangeSubfieldRegister.Hdr.OffsetInParent); in visitKnownRecord() 1239 W.printNumber("OffsetInParent", DefRangeSubfield.OffsetInParent); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 1891 OS << DRHdr.Register << ", " << DRHdr.OffsetInParent; in emitCVDefRangeDirective()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2919 DRHdr.OffsetInParent = DefRange.StructOffset;
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 4089 DRHdr.OffsetInParent = DROffsetInParent; in parseDirectiveCVDefRange()
|
H A D | MasmParser.cpp | 5352 DRHdr.OffsetInParent = DROffsetInParent; in parseDirectiveCVDefRange()
|