Lines Matching refs:getContext
72 if (!MCOS->getContext().getDwarfLocSeen()) in Make()
76 MCSymbol *LineSym = MCOS->getContext().CreateTempSymbol(); in Make()
81 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc(); in Make()
87 MCOS->getContext().ClearDwarfLocSeen(); in Make()
92 MCOS->getContext().getMCLineSections(); in Make()
100 MCOS->getContext().addMCLineSection(Section, LineSection); in Make()
116 MCSymbolRefExpr::Create(&End, Variant, MCOS.getContext()); in MakeStartMinusEndExpr()
118 MCSymbolRefExpr::Create(&Start, Variant, MCOS.getContext()); in MakeStartMinusEndExpr()
120 MCBinaryExpr::Create(MCBinaryExpr::Sub, Res, RHS, MCOS.getContext()); in MakeStartMinusEndExpr()
122 MCConstantExpr::Create(IntVal, MCOS.getContext()); in MakeStartMinusEndExpr()
124 MCBinaryExpr::Create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
179 const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable()
196 MCContext &context = MCOS->getContext(); in EmitDwarfLineTable()
205 const MCAsmInfo &asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable()
214 MCContext &context = MCOS->getContext(); in Emit()
279 MCOS->getContext().getMCDwarfFiles(); in Emit()
296 MCOS->getContext().getMCLineSections(); in Emit()
298 MCOS->getContext().getMCLineSectionOrder(); in Emit()
311 if (MCOS->getContext().getAsmInfo().getLinkerRequiresNonEmptyDwarfLines() in Emit()
443 MCContext &context = MCOS->getContext(); in EmitGenDwarfAbbrev()
488 MCContext &context = MCOS->getContext(); in EmitGenDwarfAranges()
556 MCContext &context = MCOS->getContext(); in EmitGenDwarfInfo()
621 MCOS->getContext().getMCDwarfFiles(); in EmitGenDwarfInfo()
651 MCOS->getContext().getMCGenDwarfLabelEntries(); in EmitGenDwarfInfo()
706 MCContext &context = MCOS->getContext(); in Emit()
746 MCContext &context = MCOS->getContext(); in Make()
774 MCOS->getContext().addMCGenDwarfLabelEntry(Entry); in Make()
778 MCContext &context = streamer.getContext(); in getDataAlignmentFactor()
789 MCContext &context = streamer.getContext(); in getSizeForEncoding()
810 MCContext &context = streamer.getContext(); in EmitSymbol()
822 MCContext &context = streamer.getContext(); in EmitPersonality()
1061 MCContext &Context = Streamer.getContext(); in EmitCompactUnwind()
1140 MCContext &context = streamer.getContext(); in EmitCIE()
1264 MCContext &context = streamer.getContext(); in EmitFDE()
1382 MCContext &Context = Streamer.getContext(); in Emit()