Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp51 uint32_t OffsetInParent, uint32_t Size, in LayoutItemBase() argument
54 OffsetInParent(OffsetInParent), SizeOf(Size), LayoutSize(Size), in LayoutItemBase()
107 const std::string &Name, uint32_t OffsetInParent, in UDTLayoutBase() argument
109 : LayoutItemBase(Parent, &Sym, Name, OffsetInParent, Size, IsElided) { in UDTLayoutBase()
154 uint32_t OffsetInParent, bool Elide, in BaseClassLayout() argument
156 : UDTLayoutBase(&Parent, *B, B->getName(), OffsetInParent, B->getLength(), in BaseClassLayout()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h39 const std::string &Name, uint32_t OffsetInParent,
49 uint32_t getOffsetInParent() const { return OffsetInParent; } in getOffsetInParent()
68 uint32_t OffsetInParent = 0; variable
117 const std::string &Name, uint32_t OffsetInParent, uint32_t Size,
156 LLVM_ABI 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.cpp353 W.printNumber("OffsetInParent", DefRangeSubfieldRegister.Hdr.OffsetInParent); in visitKnownRecord()
372 W.printNumber("OffsetInParent", DefRangeSubfield.OffsetInParent); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp417 IO.mapRequired("OffsetInParent", Symbol.OffsetInParent); in map()
438 IO.mapRequired("OffsetInParent", Symbol.Hdr.OffsetInParent); in map()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h504 uint16_t OffsetInParent = 0; variable
536 ulittle32_t OffsetInParent; member
/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.cpp1188 DefRangeSubfieldRegister.Hdr.OffsetInParent); in visitKnownRecord()
1232 W.printNumber("OffsetInParent", DefRangeSubfield.OffsetInParent); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1864 OS << DRHdr.Register << ", " << DRHdr.OffsetInParent; in emitCVDefRangeDirective()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2933 DRHdr.OffsetInParent = DefRange.StructOffset; in emitLocalVariable()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4020 DRHdr.OffsetInParent = DROffsetInParent; in parseDirectiveCVDefRange()