Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h291 const DWARFDebugAranges *getDebugAranges();
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp920 const DWARFDebugAranges *DWARFContext::getDebugAranges() { in getDebugAranges() function in DWARFContext
1123 uint64_t CUOffset = getDebugAranges()->findAddress(Address); in getCompileUnitForAddress()