Lines Matching refs:DwCtx
79 std::unique_ptr<DWARFContext> DwCtx, in BinaryContext() argument
92 : Ctx(std::move(Ctx)), DwCtx(std::move(DwCtx)), in BinaryContext()
117 std::unique_ptr<DWARFContext> DwCtx) { in createBinaryContext() argument
232 std::move(Ctx), std::move(DwCtx), std::move(TheTriple), TheTarget, in createBinaryContext()
1480 DWARFCompileUnit *SrcUnit = DwCtx->getCompileUnitForOffset(SrcCUID); in addDebugFilenameToUnit()
1482 DwCtx->getLineTableForUnit(SrcUnit); in addDebugFilenameToUnit()
1502 DWARFCompileUnit *DstUnit = DwCtx->getCompileUnitForOffset(DestCUID); in addDebugFilenameToUnit()
1552 for (const std::unique_ptr<DWARFUnit> &CU : DwCtx->compile_units()) { in preprocessDWODebugInfo()
1584 AllRanges.reserve(DwCtx->getNumCompileUnits()); in preprocessDebugInfo()
1585 for (const std::unique_ptr<DWARFUnit> &CU : DwCtx->compile_units()) { in preprocessDebugInfo()
1631 << DwCtx->getNumCompileUnits() << " CUs will be updated\n"; in preprocessDebugInfo()
1638 for (const std::unique_ptr<DWARFUnit> &CU : DwCtx->compile_units()) { in preprocessDebugInfo()
1648 DwCtx->getLineTableForUnit(CU.get()); in preprocessDebugInfo()
1802 DWARFContext *DwCtx) { in printDebugInfo() argument
1813 LineTable = DwCtx->getLineTableForUnit( in printDebugInfo()
1814 DwCtx->getCompileUnitForOffset(RowRef.DwCompileUnitIndex)); in printDebugInfo()
1878 printDebugInfo(OS, Instruction, Function, DwCtx.get()); in printInstruction()