Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp447 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress() function in DWARFContext
479 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddress()
495 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddressRange()
538 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getInliningInfoForAddress()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h234 DWARFCompileUnit *getCompileUnitForAddress(uint64_t Address);