Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h284 const DWARFDebugAranges *getDebugAranges();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp813 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges() function in DWARFContext
1000 uint64_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForAddress()