Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h354 const DWARFLocationTable &getLocationTable() { return *LocTable; } in getLocationTable() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp90 U->getLocationTable().dumpLocationList(&Offset, OS, U->getBaseAddress(), MRI, in dumpLocationList()
H A DDWARFUnit.cpp692 Error ParseError = getLocationTable().visitAbsoluteLocationList( in findLoclistFromOffset()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp536 Error E = Unit.getLocationTable().visitLocationList( in updateUnitDebugInfo()