Searched refs:getCompileUnitForCodeAddress (Results 1 – 3 of 3) sorted by relevance
1518 DWARFCompileUnit *DWARFContext::getCompileUnitForCodeAddress(uint64_t Address) { in getCompileUnitForCodeAddress() function in DWARFContext1550 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address); in getDIEsForAddress()1723 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLocalsForAddress()1736 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLineInfoForAddress()1772 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLineInfoForAddressRange()1828 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getInliningInfoForAddress()
469 DWARFCompileUnit *getCompileUnitForCodeAddress(uint64_t Address);
467 auto *DWARFCU = IsCode ? DiCtx->getCompileUnitForCodeAddress(Address) in accumulateLocs()