Lines Matching refs:getContext
82 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
85 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections()
88 switchSection(getContext().getObjectFileInfo()->getBSSSection()); in initSections()
91 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
207 if (getContext().getTargetTriple().getArch() != Triple::x86) in emitCOFFSafeSEH()
214 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in emitCOFFSafeSEH()
218 insert(getContext().allocFragment<MCSymbolIdFragment>(Symbol)); in emitCOFFSafeSEH()
232 insert(getContext().allocFragment<MCSymbolIdFragment>(Symbol)); in emitCOFFSymbolIndex()
239 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol, getContext()); in emitCOFFSectionIndex()
250 const MCExpr *MCE = MCSymbolRefExpr::create(Symbol, getContext()); in emitCOFFSecRel32()
254 MCE, MCConstantExpr::create(Offset, getContext()), getContext()); in emitCOFFSecRel32()
269 Symbol, MCSymbolRefExpr::VK_COFF_IMGREL32, getContext()); in emitCOFFImgRel32()
273 MCE, MCConstantExpr::create(Offset, getContext()), getContext()); in emitCOFFImgRel32()
286 const Triple &T = getContext().getTargetTriple(); in emitCommonSymbol()
302 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in emitCommonSymbol()
318 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in emitLocalCommonSymbol()
335 Symbol, MCSymbolRefExpr::VK_WEAKREF, getContext())); in emitWeakReference()
376 switchSection(Asm.getContext().getCOFFSection(".llvm_addrsig", in finishImpl()
384 switchSection(Asm.getContext().getCOFFSection(".llvm.call-graph-profile", in finishImpl()
392 getContext().reportError(SMLoc(), Msg); in Error()