Lines Matching refs:DWARFCompileUnit

1359 DWARFCompileUnit *DWARFContext::getDWOCompileUnitForHash(uint64_t Hash) {  in getDWOCompileUnitForHash()
1364 return dyn_cast_or_null<DWARFCompileUnit>( in getDWOCompileUnitForHash()
1384 return dyn_cast<DWARFCompileUnit>(DWOCU.get()); in getDWOCompileUnitForHash()
1511 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { in getCompileUnitForOffset()
1512 return dyn_cast_or_null<DWARFCompileUnit>( in getCompileUnitForOffset()
1516 DWARFCompileUnit *DWARFContext::getCompileUnitForCodeAddress(uint64_t Address) { in getCompileUnitForCodeAddress()
1521 DWARFCompileUnit *DWARFContext::getCompileUnitForDataAddress(uint64_t Address) { in getCompileUnitForDataAddress()
1523 if (DWARFCompileUnit *OffsetCU = getCompileUnitForOffset(CUOffset)) in getCompileUnitForDataAddress()
1538 return static_cast<DWARFCompileUnit *>(CU.get()); in getCompileUnitForDataAddress()
1548 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address); in getDIEsForAddress()
1560 DWARFCompileUnit *CUDwo = in getDIEsForAddress()
1561 dyn_cast_or_null<DWARFCompileUnit>(CUDwoDie.getDwarfUnit()); in getDIEsForAddress()
1601 DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, in getFunctionNameAndStartLineForAddress()
1653 void DWARFContext::addLocalsForDie(DWARFCompileUnit *CU, DWARFDie Subprogram, in addLocalsForDie()
1721 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLocalsForAddress()
1734 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLineInfoForAddress()
1755 DWARFCompileUnit *CU = getCompileUnitForDataAddress(Address.Address); in getLineInfoForDataAddress()
1770 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getLineInfoForAddressRange()
1826 DWARFCompileUnit *CU = getCompileUnitForCodeAddress(Address.Address); in getInliningInfoForAddress()