Lines Matching refs:getContext
73 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
76 switchSection(getContext().getObjectFileInfo()->getDataSection()); in initSections()
79 switchSection(getContext().getObjectFileInfo()->getBSSSection()); in initSections()
82 switchSection(getContext().getObjectFileInfo()->getTextSection()); in initSections()
184 if (getContext().getTargetTriple().getArch() != Triple::x86) in emitCOFFSafeSEH()
191 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in emitCOFFSafeSEH()
221 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol, getContext()); in emitCOFFSectionIndex()
232 const MCExpr *MCE = MCSymbolRefExpr::create(Symbol, getContext()); in emitCOFFSecRel32()
236 MCE, MCConstantExpr::create(Offset, getContext()), getContext()); in emitCOFFSecRel32()
251 Symbol, MCSymbolRefExpr::VK_COFF_IMGREL32, getContext()); in emitCOFFImgRel32()
255 MCE, MCConstantExpr::create(Offset, getContext()), getContext()); in emitCOFFImgRel32()
268 const Triple &T = getContext().getTargetTriple(); in emitCommonSymbol()
284 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in emitCommonSymbol()
300 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in emitLocalCommonSymbol()
317 Symbol, MCSymbolRefExpr::VK_WEAKREF, getContext())); in emitWeakReference()
370 getContext().reportError(SMLoc(), Msg); in Error()