Searched refs:getCompileUnitForOffset (Results 1 – 3 of 3) sorted by relevance
255 DWARFCompileUnit *getCompileUnitForOffset(uint64_t Offset);
414 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()
1115 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { in getCompileUnitForOffset() function in DWARFContext1125 if (DWARFCompileUnit *OffsetCU = getCompileUnitForOffset(CUOffset)) in getCompileUnitForAddress()