Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h268 const DWARFDebugAranges *getDebugAranges();
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp746 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges() function in DWARFContext
908 uint32_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForAddress()