Searched refs:getCompileUnitForOffset (Results 1 – 7 of 7) sorted by relevance
74 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()176 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()282 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()387 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()509 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()631 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()
51 DWARFCompileUnit *CU = Ctx->getCompileUnitForOffset(0); in TEST()
255 DWARFCompileUnit *getCompileUnitForOffset(uint64_t Offset);
1480 DWARFCompileUnit *SrcUnit = DwCtx->getCompileUnitForOffset(SrcCUID); in addDebugFilenameToUnit()1502 DWARFCompileUnit *DstUnit = DwCtx->getCompileUnitForOffset(DestCUID); in addDebugFilenameToUnit()1814 DwCtx->getCompileUnitForOffset(RowRef.DwCompileUnitIndex)); in printDebugInfo()
657 BC.DwCtx->getCompileUnitForOffset(CurrentUnitIndex)); in emitLineInfo()
403 DWARFCompileUnit *CU = DICtx.getCompileUnitForOffset(*CUOff); in toDie()
1046 DWARFCompileUnit *DWARFContext::getCompileUnitForOffset(uint64_t Offset) { in getCompileUnitForOffset() function in DWARFContext1056 if (DWARFCompileUnit *OffsetCU = getCompileUnitForOffset(CUOffset)) in getCompileUnitForAddress()