Searched refs:DWARFLocationEntry (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.h | 30 struct DWARFLocationEntry { struct 61 function_ref<bool(const DWARFLocationEntry &)> Callback) const = 0; argument 83 virtual void dumpRawEntry(const DWARFLocationEntry &Entry, raw_ostream &OS, 96 SmallVector<DWARFLocationEntry, 2> Entries; 116 function_ref<bool(const DWARFLocationEntry &)> Callback) const override; 119 void dumpRawEntry(const DWARFLocationEntry &Entry, raw_ostream &OS, 131 function_ref<bool(const DWARFLocationEntry &)> Callback) const override; 138 void dumpRawEntry(const DWARFLocationEntry &Entry, raw_ostream &OS,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 44 Interpret(const DWARFLocationEntry &E); 53 DWARFLocationInterpreter::Interpret(const DWARFLocationEntry &E) { in Interpret() 134 Error E = visitLocationList(Offset, [&](const DWARFLocationEntry &E) { in dumpLocationList() 175 return visitLocationList(&Offset, [&](const DWARFLocationEntry &E) { in visitAbsoluteLocationList() 210 function_ref<bool(const DWARFLocationEntry &)> Callback) const { in visitLocationList() 217 DWARFLocationEntry E; in visitLocationList() 248 void DWARFDebugLoc::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry() 275 uint64_t *Offset, function_ref<bool(const DWARFLocationEntry &)> F) const { in visitLocationList() 280 DWARFLocationEntry E; in visitLocationList() 341 void DWARFDebugLoclists::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVDWARFReader.cpp | 1030 auto ProcessLocationEntry = [&](const DWARFLocationEntry &Entry) { in processLocationList() 1056 &Offset, [&](const DWARFLocationEntry &E) { in processLocationList()
|