Home
last modified time | relevance | path

Searched refs:getDebugAranges (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h80 virtual const DWARFDebugAranges *getDebugAranges() = 0;
304 const DWARFDebugAranges *getDebugAranges();
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp389 const DWARFDebugAranges *getDebugAranges() override { in getDebugAranges() function in __anonba7270c80411::ThreadUnsafeDWARFContextState
673 const DWARFDebugAranges *getDebugAranges() override { in getDebugAranges() function in __anonba7270c80411::ThreadSafeState
675 return ThreadUnsafeDWARFContextState::getDebugAranges(); in getDebugAranges()
1440 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges() function in DWARFContext
1441 return State->getDebugAranges(); in getDebugAranges()
1519 uint64_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForCodeAddress()
1524 uint64_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForDataAddress()