Lines Matching refs:DWARFCompileUnit
613 DWARFCompileUnit *DWARFContext::getDWOCompileUnitForHash(uint64_t Hash) { in getDWOCompileUnitForHash()
618 return dyn_cast_or_null<DWARFCompileUnit>( in getDWOCompileUnitForHash()
638 return dyn_cast<DWARFCompileUnit>(DWOCU.get()); in getDWOCompileUnitForHash()
900 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint32_t Offset) { in getCompileUnitForOffset()
902 return dyn_cast_or_null<DWARFCompileUnit>( in getCompileUnitForOffset()
906 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress()
916 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getDIEsForAddress()
942 static bool getFunctionNameAndStartLineForAddress(DWARFCompileUnit *CU, in getFunctionNameAndStartLineForAddress()
974 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddress()
992 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getLineInfoForAddressRange()
1039 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); in getInliningInfoForAddress()