Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1052 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress() function in DWARFContext
1080 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getDIEsForAddress()
1232 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLocalsForAddress()
1245 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLineInfoForAddress()
1266 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLineInfoForDataAddress()
1281 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLineInfoForAddressRange()
1337 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getInliningInfoForAddress()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h455 DWARFCompileUnit *getCompileUnitForAddress(uint64_t Address);