Lines Matching defs:OutContext
155 MCContext &OutContext,
164 MCSymbol *OffsetLabel = OutContext.createTempSymbol();
166 MCSymbolRefExpr::create(OffsetLabel, OutContext);
168 MCSymbolRefExpr::create(Callee, OutContext);
245 emitDirectiveRelocJalr(*MI, OutContext, TM, *OutStreamer, *Subtarget);
741 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent());
773 OutContext.getELFSection(SectionName, ELF::SHT_PROGBITS, 0));
828 MCOperand::createExpr(MCSymbolRefExpr::create(Symbol, OutContext)));
946 MCSymbol *MSymbol = OutContext.getOrCreateSymbol(StringRef(Symbol));
1016 MCSectionELF *M = OutContext.getELFSection(
1038 cast<MCSymbolELF>(OutContext.getOrCreateSymbol(StringRef(x)));
1041 OutContext.getOrCreateSymbol("__call_stub_fp_" + Twine(Symbol));
1081 MCSymbol *Tmp = OutContext.createTempSymbol();
1083 const MCSymbolRefExpr *E = MCSymbolRefExpr::create(Stub, OutContext);
1084 const MCSymbolRefExpr *T = MCSymbolRefExpr::create(Tmp, OutContext);
1085 const MCExpr *T_min_E = MCBinaryExpr::createSub(T, E, OutContext);
1104 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection());
1173 auto CurSled = OutContext.createTempSymbol("xray_sled_", true);
1175 auto Target = OutContext.createTempSymbol();
1180 Target, MCSymbolRefExpr::VariantKind::VK_None, OutContext);