Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1121 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress() function in DWARFContext
1149 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getDIEsForAddress()
1300 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLocalsForAddress()
1313 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLineInfoForAddress()
1334 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLineInfoForDataAddress()
1349 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLineInfoForAddressRange()
1405 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getInliningInfoForAddress()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h448 DWARFCompileUnit *getCompileUnitForAddress(uint64_t Address);