Searched refs:OffsetOnEntry (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.cpp | 248 uint64_t OffsetOnEntry = *OffsetPtr; in processOneAttribute() local 291 dbgs() << " " << hexValue(OffsetOnEntry) in processOneAttribute() 481 processLocationMember(AttrSpec.Attr, FormValue, Die, OffsetOnEntry); in processOneAttribute() 489 processLocationList(AttrSpec.Attr, FormValue, Die, OffsetOnEntry); in processOneAttribute() 497 processLocationList(AttrSpec.Attr, FormValue, Die, OffsetOnEntry, in processOneAttribute() 973 uint64_t OffsetOnEntry, in processLocationList() argument 995 /*SectionOffset=*/0, OffsetOnEntry, in processLocationList() 1036 CurrentSymbol->addLocation(Attr, LowPC, HighPC, Offset, OffsetOnEntry, in processLocationList() 1054 uint64_t OffsetOnEntry) { in processLocationMember() argument 1059 OffsetOnEntry); in processLocationMember() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVELFReader.h | 114 const DWARFDie &Die, uint64_t OffsetOnEntry); 117 uint64_t OffsetOnEntry,
|