Lines Matching refs:OutContext

264     AddrLabelSymbols = std::make_unique<AddrLabelMap>(OutContext);  in getAddrLabelSymbolToEmit()
362 OutContext(Streamer->getContext()), OutStreamer(std::move(Streamer)), in AsmPrinter()
444 .Initialize(OutContext, TM); in doInitialization()
739 OutContext.reportError(SMLoc(), in emitGlobalVariable()
750 OutContext.reportError(SMLoc(), "symbol '" + Twine(GVSym->getName()) + in emitGlobalVariable()
831 OutContext.getOrCreateSymbol(GVSym->getName() + Twine("$tlv$init")); in emitGlobalVariable()
887 MCConstantExpr::create(Size, OutContext)); in emitGlobalVariable()
913 OutStreamer->emitLabel(OutContext.createLinkerPrivateTempSymbol()); in emitFunctionPrefix()
980 OutContext.createLinkerPrivateTempSymbol(); in emitFunctionHeader()
1028 MCSymbol *CurPos = OutContext.createTempSymbol(); in emitFunctionHeader()
1031 MCSymbolRefExpr::create(CurPos, OutContext)); in emitFunctionHeader()
1333 MCConstantExpr::create(FrameOffset, OutContext)); in emitFrameAlloc()
1486 MCSymbol *Loc = OutContext.createLinkerPrivateTempSymbol(); in emitKCFITrapEntry()
1853 MCSymbolRefExpr::create(MBB.getEndSymbol(), OutContext), in emitFunctionBody()
1854 MCSymbolRefExpr::create(CurrentSectionBeginSym, OutContext), in emitFunctionBody()
1855 OutContext); in emitFunctionBody()
1959 MCSymbolRefExpr::create(CurrentFnEnd, OutContext), in emitFunctionBody()
1960 MCSymbolRefExpr::create(CurrentFnSymForSize, OutContext), OutContext); in emitFunctionBody()
2172 OutStreamer->emitELFSize(Name, MCConstantExpr::create(Size, OutContext)); in emitGlobalAlias()
2228 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getDataSection()); in emitGlobalIFunc()
2234 OutStreamer->emitValue(MCSymbolRefExpr::create(StubHelper, OutContext), 8); in emitGlobalIFunc()
2236 OutStreamer->switchSection(OutContext.getObjectFileInfo()->getTextSection()); in emitGlobalIFunc()
2278 OutContext.getObjectFileInfo()->getRemarksSection(); in emitRemarksSection()
2376 OutStreamer->switchSection(OutContext.getCOFFSection( in doFinalization()
2484 OutStreamer->switchSection(OutContext.getELFSection(".note.GNU-split-stack", in doFinalization()
2487 OutStreamer->switchSection(OutContext.getELFSection( in doFinalization()
2495 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
2519 OutContext.getELFSection(".llvm_sympart", ELF::SHT_LLVM_SYMPART, 0, 0, in doFinalization()
2524 MCSymbolRefExpr::create(getSymbol(&GV), OutContext), in doFinalization()
2737 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF,JTI,OutContext); in emitJumpTableInfo()
2744 MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableInfo()
2747 OutContext)); in emitJumpTableInfo()
2785 MJTI, MBB, UID, OutContext); in emitJumpTableEntry()
2790 Value = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableEntry()
2797 OutStreamer->emitGPRel32Value(MCSymbolRefExpr::create(MBBSym, OutContext)); in emitJumpTableEntry()
2806 OutStreamer->emitGPRel64Value(MCSymbolRefExpr::create(MBBSym, OutContext)); in emitJumpTableEntry()
2822 OutContext); in emitJumpTableEntry()
2825 Value = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableEntry()
2827 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF, UID, OutContext); in emitJumpTableEntry()
2828 Value = MCBinaryExpr::createSub(Value, Base, OutContext); in emitJumpTableEntry()
2859 OutContext.getCOFFSection(".hybmp$x", COFF::IMAGE_SCN_LNK_INFO)); in emitSpecialLLVMGlobal()
2871 OutContext.getOrCreateSymbol("__imp_" + Src->getName())); in emitSpecialLLVMGlobal()
3094 const MCExpr *Expr = MCSymbolRefExpr::create(Label, OutContext); in emitLabelPlusOffset()
3097 Expr, MCConstantExpr::create(Offset, OutContext), OutContext); in emitLabelPlusOffset()
3132 MCContext &Ctx = OutContext; in lowerConstant()
3817 return OutContext.createTempSymbol(Name, true); in createTempSymbol()
3830 return MCSymbolRefExpr::create(GetBlockAddressSymbol(&BA), OutContext); in lowerBlockAddressConstant()
3856 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
3863 return MF->getJTISymbol(JTID, OutContext, isLinkerPrivate); in GetJTISymbol()
3870 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetJTSetSymbol()
3884 return OutContext.getOrCreateSymbol(NameStr); in GetExternalSymbolSymbol()
4219 InstMap = OutContext.getELFSection("xray_instr_map", ELF::SHT_PROGBITS, in emitXRayTable()
4224 FnSledIndex = OutContext.getELFSection( in emitXRayTable()
4228 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", in emitXRayTable()
4232 FnSledIndex = OutContext.getMachOSection("__DATA", "xray_fn_idx", in emitXRayTable()
4244 auto &Ctx = OutContext; in emitXRayTable()
4246 OutContext.createLinkerPrivateSymbol("xray_sleds_start"); in emitXRayTable()
4266 MCSymbol *SledsEnd = OutContext.createTempSymbol("xray_sleds_end", true); in emitXRayTable()
4333 OutStreamer->switchSection(OutContext.getELFSection( in emitPatchableFunctionEntries()