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