Lines Matching refs:DWARFCompileUnit
696 DWARFCompileUnit *DWARFContext::getDWOCompileUnitForHash(uint64_t Hash) { in getDWOCompileUnitForHash()
701 return dyn_cast_or_null<DWARFCompileUnit>( in getDWOCompileUnitForHash()
721 return dyn_cast<DWARFCompileUnit>(DWOCU.get()); in getDWOCompileUnitForHash()
987 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { in getCompileUnitForOffset()
989 return dyn_cast_or_null<DWARFCompileUnit>( in getCompileUnitForOffset()
993 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress()
1003 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getDIEsForAddress()
1034 static bool getFunctionNameAndStartLineForAddress(DWARFCompileUnit *CU, in getFunctionNameAndStartLineForAddress()
1145 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie()
1214 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLocalsForAddress()
1228 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLineInfoForAddress()
1248 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getLineInfoForAddressRange()
1300 DWARFCompileUnit *CU = getCompileUnitForAddress(Address.Address); in getInliningInfoForAddress()