Lines Matching refs:getContext
22 *getContext().getSubtargetInfo()); in getTextSectionAlignment()
32 SmallDataSection = getContext().getELFSection( in Initialize()
34 SmallBSSSection = getContext().getELFSection(".sbss", ELF::SHT_NOBITS, in Initialize()
37 getContext().getELFSection(".srodata", ELF::SHT_PROGBITS, ELF::SHF_ALLOC); in Initialize()
38 SmallROData4Section = getContext().getELFSection( in Initialize()
40 SmallROData8Section = getContext().getELFSection( in Initialize()
42 SmallROData16Section = getContext().getELFSection( in Initialize()
44 SmallROData32Section = getContext().getELFSection( in Initialize()
53 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getIndirectSymViaGOTPCRel()
54 const MCExpr *Off = MCConstantExpr::create(FinalOffset, getContext()); in getIndirectSymViaGOTPCRel()
55 return MCBinaryExpr::createAdd(Res, Off, getContext()); in getIndirectSymViaGOTPCRel()