Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp375 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress() function in DWARFContext
407 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddress()
423 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddressRange()
466 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getInliningInfoForAddress()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h209 DWARFCompileUnit *getCompileUnitForAddress(uint64_t Address);