Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h166 const DWARFDebugAranges *getDebugAranges();
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp334 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges() function in DWARFContext
431 uint32_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForAddress()