Home
last modified time | relevance | path

Searched refs:OffsetOnEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp249 uint64_t OffsetOnEntry = *OffsetPtr; in processOneAttribute() local
292 dbgs() << " " << hexValue(OffsetOnEntry) in processOneAttribute()
494 processLocationMember(AttrSpec.Attr, FormValue, Die, OffsetOnEntry); in processOneAttribute()
502 processLocationList(AttrSpec.Attr, FormValue, Die, OffsetOnEntry); in processOneAttribute()
510 processLocationList(AttrSpec.Attr, FormValue, Die, OffsetOnEntry, in processOneAttribute()
987 uint64_t OffsetOnEntry, in processLocationList() argument
1009 /*SectionOffset=*/0, OffsetOnEntry, in processLocationList()
1050 CurrentSymbol->addLocation(Attr, LowPC, HighPC, Offset, OffsetOnEntry, in processLocationList()
1068 uint64_t OffsetOnEntry) { in processLocationMember() argument
1073 OffsetOnEntry); in processLocationMember()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h114 const DWARFDie &Die, uint64_t OffsetOnEntry);
117 uint64_t OffsetOnEntry,