Home
last modified time | relevance | path

Searched refs:dumpLocationList (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp123 bool DWARFLocationTable::dumpLocationList( in dumpLocationList() function in DWARFLocationTable
191 dumpLocationList(&*DumpOffset, OS, BaseAddr, Obj, nullptr, DumpOpts, in dump()
201 CanContinue = dumpLocationList(&Offset, OS, BaseAddr, Obj, nullptr, in dump()
401 CanContinue = dumpLocationList(&Offset, OS, /*BaseAddr=*/std::nullopt, Obj, in dumpRange()
H A DDWARFDie.cpp72 static void dumpLocationList(raw_ostream &OS, const DWARFFormValue &FormValue, in dumpLocationList() function
88 U->getLocationTable().dumpLocationList( in dumpLocationList()
179 dumpLocationList(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, in dumpAttribute()
H A DDWARFContext.cpp970 Loc.dumpLocationList(&Offset, OS, /*BaseAddr=*/std::nullopt, Obj, in dumpLoclistsSection()
1097 Loc.dumpLocationList(&Offset, OS, in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h67 bool dumpLocationList(uint64_t *Offset, raw_ostream &OS,