Searched refs:getCompileUnitForOffset (Results 1 – 3 of 3) sorted by relevance
268 DWARFCompileUnit *getCompileUnitForOffset(uint64_t Offset);
1513 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { in getCompileUnitForOffset() function in DWARFContext1520 return getCompileUnitForOffset(CUOffset); in getCompileUnitForCodeAddress()1525 if (DWARFCompileUnit *OffsetCU = getCompileUnitForOffset(CUOffset)) in getCompileUnitForDataAddress()
471 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()