• Home
  • Raw
  • Download

Lines Matching refs:getContext

66   if (!MCOS->getContext().getDwarfLocSeen())  in Make()
70 MCSymbol *LineSym = MCOS->getContext().CreateTempSymbol(); in Make()
75 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc(); in Make()
81 MCOS->getContext().ClearDwarfLocSeen(); in Make()
86 MCOS->getContext().getMCLineSections(); in Make()
94 MCOS->getContext().addMCLineSection(Section, LineSection); in Make()
99 MCOS->getContext().getDwarfCompileUnitID()); in Make()
111 MCSymbolRefExpr::Create(&End, Variant, MCOS.getContext()); in MakeStartMinusEndExpr()
113 MCSymbolRefExpr::Create(&Start, Variant, MCOS.getContext()); in MakeStartMinusEndExpr()
115 MCBinaryExpr::Create(MCBinaryExpr::Sub, Res, RHS, MCOS.getContext()); in MakeStartMinusEndExpr()
117 MCConstantExpr::Create(IntVal, MCOS.getContext()); in MakeStartMinusEndExpr()
119 MCBinaryExpr::Create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
179 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable()
198 MCContext &context = MCOS->getContext(); in EmitDwarfLineTable()
207 const MCAsmInfo *asmInfo = MCOS->getContext().getAsmInfo(); in EmitDwarfLineTable()
216 MCContext &context = MCOS->getContext(); in Emit()
221 MCOS->getContext().getMCLineTableSymbols(); in Emit()
233 MCOS->getContext().getMCLineSections(); in Emit()
243 MCContext &context = MCOS->getContext(); in EmitCU()
246 MCSymbol *LineStartSym = MCOS->getContext().getMCLineTableSymbol(CUID); in EmitCU()
307 MCOS->getContext().getMCDwarfFiles(CUID); in EmitCU()
324 MCOS->getContext().getMCLineSections(); in EmitCU()
326 MCOS->getContext().getMCLineSectionOrder(); in EmitCU()
335 if (MCOS->getContext().getAsmInfo()->getLinkerRequiresNonEmptyDwarfLines() in EmitCU()
357 MCContext &Context = MCOS->getContext(); in Emit()
459 MCContext &context = MCOS->getContext(); in EmitGenDwarfAbbrev()
505 MCContext &context = MCOS->getContext(); in EmitGenDwarfAranges()
576 MCContext &context = MCOS->getContext(); in EmitGenDwarfInfo()
641 MCOS->getContext().getMCDwarfFiles(); in EmitGenDwarfInfo()
676 MCOS->getContext().getMCGenDwarfLabelEntries(); in EmitGenDwarfInfo()
731 MCContext &context = MCOS->getContext(); in Emit()
777 MCContext &context = MCOS->getContext(); in Make()
805 MCOS->getContext().addMCGenDwarfLabelEntry(Entry); in Make()
809 MCContext &context = streamer.getContext(); in getDataAlignmentFactor()
820 MCContext &context = streamer.getContext(); in getSizeForEncoding()
841 MCContext &context = streamer.getContext(); in EmitSymbol()
853 MCContext &context = streamer.getContext(); in EmitPersonality()
1121 MCContext &Context = Streamer.getContext(); in EmitCompactUnwind()
1196 MCContext &context = streamer.getContext(); in EmitCIE()
1308 MCContext &context = streamer.getContext(); in EmitFDE()
1425 MCContext &Context = Streamer.getContext(); in Emit()
1481 MCContext &Context = Streamer.getContext(); in EmitAdvanceLoc()