Home
last modified time | relevance | path

Searched refs:DWARFLocationEntry (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h31 struct DWARFLocationEntry { struct
62 function_ref<bool(const DWARFLocationEntry &)> Callback) const = 0; argument
84 virtual void dumpRawEntry(const DWARFLocationEntry &Entry, raw_ostream &OS,
97 SmallVector<DWARFLocationEntry, 2> Entries;
118 function_ref<bool(const DWARFLocationEntry &)> Callback) const override;
121 void dumpRawEntry(const DWARFLocationEntry &Entry, raw_ostream &OS,
133 function_ref<bool(const DWARFLocationEntry &)> Callback) const override;
141 void dumpRawEntry(const DWARFLocationEntry &Entry, raw_ostream &OS,
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp43 Interpret(const DWARFLocationEntry &E);
52 DWARFLocationInterpreter::Interpret(const DWARFLocationEntry &E) { in Interpret()
136 Error E = visitLocationList(Offset, [&](const DWARFLocationEntry &E) { in dumpLocationList()
177 return visitLocationList(&Offset, [&](const DWARFLocationEntry &E) { in visitAbsoluteLocationList()
212 function_ref<bool(const DWARFLocationEntry &)> Callback) const { in visitLocationList()
219 DWARFLocationEntry E; in visitLocationList()
250 void DWARFDebugLoc::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()
277 uint64_t *Offset, function_ref<bool(const DWARFLocationEntry &)> F) const { in visitLocationList()
282 DWARFLocationEntry E; in visitLocationList()
343 void DWARFDebugLoclists::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp537 &Offset, [&](const DWARFLocationEntry &Entry) { in updateUnitDebugInfo()