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.cpp35 uint64_t OffsetOnEntry = *OffsetPtr; in processOneAttribute() local
83 dbgs() << " " << hexValue(OffsetOnEntry) in processOneAttribute()
297 processLocationMember(AttrSpec.Attr, FormValue, Die, OffsetOnEntry); in processOneAttribute()
305 processLocationList(AttrSpec.Attr, FormValue, Die, OffsetOnEntry); in processOneAttribute()
313 processLocationList(AttrSpec.Attr, FormValue, Die, OffsetOnEntry, in processOneAttribute()
790 uint64_t OffsetOnEntry, in processLocationList() argument
812 /*SectionOffset=*/0, OffsetOnEntry, in processLocationList()
853 CurrentSymbol->addLocation(Attr, LowPC, HighPC, Offset, OffsetOnEntry, in processLocationList()
871 uint64_t OffsetOnEntry) { in processLocationMember() argument
876 OffsetOnEntry); in processLocationMember()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h103 const DWARFDie &Die, uint64_t OffsetOnEntry);
106 uint64_t OffsetOnEntry,