Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFContext.cpp68 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges() function in DWARFContext
145 uint32_t cuOffset = getDebugAranges()->findAddress(address); in getLineInfoForAddress()
DDWARFContext.h63 const DWARFDebugAranges *getDebugAranges();
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h167 const DWARFDebugAranges *getDebugAranges();
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp341 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges() function in DWARFContext
449 uint32_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForAddress()