Home
last modified time | relevance | path

Searched refs:OffsetInParent (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp52 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 DUDTLayout.h36 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 DSymbolRecordMapping.cpp276 error(IO.mapObject(DefRangeSubfieldRegister.Hdr.OffsetInParent)); in visitKnownRecord()
287 error(IO.mapInteger(DefRangeSubfield.OffsetInParent)); in visitKnownRecord()
H A DSymbolDumper.cpp329 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 DSymbolRecord.h492 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 DCodeViewYAMLSymbols.cpp418 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 DPdbUtil.cpp886 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 DMinimalSymbolDumper.cpp653 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 DLVCodeViewVisitor.cpp1195 DefRangeSubfieldRegister.Hdr.OffsetInParent); in visitKnownRecord()
1239 W.printNumber("OffsetInParent", DefRangeSubfield.OffsetInParent); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1891 OS << DRHdr.Register << ", " << DRHdr.OffsetInParent; in emitCVDefRangeDirective()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2919 DRHdr.OffsetInParent = DefRange.StructOffset;
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4089 DRHdr.OffsetInParent = DROffsetInParent; in parseDirectiveCVDefRange()
H A DMasmParser.cpp5352 DRHdr.OffsetInParent = DROffsetInParent; in parseDirectiveCVDefRange()