Lines Matching refs:OutContext

252     AddrLabelSymbols = std::make_unique<AddrLabelMap>(OutContext);  in getAddrLabelSymbolToEmit()
350 OutContext(Streamer->getContext()), OutStreamer(std::move(Streamer)), in AsmPrinter()
429 .Initialize(OutContext, TM); in doInitialization()
706 OutContext.reportError(SMLoc(), in emitGlobalVariable()
717 OutContext.reportError(SMLoc(), "symbol '" + Twine(GVSym->getName()) + in emitGlobalVariable()
802 OutContext.getOrCreateSymbol(GVSym->getName() + Twine("$tlv$init")); in emitGlobalVariable()
858 MCConstantExpr::create(Size, OutContext)); in emitGlobalVariable()
925 MCSymbol *PrefixSym = OutContext.createLinkerPrivateTempSymbol(); in emitFunctionHeader()
952 OutContext.createLinkerPrivateTempSymbol(); in emitFunctionHeader()
984 MCSymbol *CurPos = OutContext.createTempSymbol(); in emitFunctionHeader()
987 MCSymbolRefExpr::create(CurPos, OutContext)); in emitFunctionHeader()
1021 const MCExpr *FnExp = MCSymbolRefExpr::create(CurrentFnSym, OutContext); in emitFunctionHeader()
1022 const MCExpr *PCRel = MCBinaryExpr::createSub(Proxy, FnExp, OutContext); in emitFunctionHeader()
1310 MCConstantExpr::create(FrameOffset, OutContext)); in emitFrameAlloc()
1382 MCSymbol *Loc = OutContext.createLinkerPrivateTempSymbol(); in emitKCFITrapEntry()
1706 MCSymbolRefExpr::create(MBB.getEndSymbol(), OutContext), in emitFunctionBody()
1707 MCSymbolRefExpr::create(CurrentSectionBeginSym, OutContext), in emitFunctionBody()
1708 OutContext); in emitFunctionBody()
1810 MCSymbolRefExpr::create(CurrentFnEnd, OutContext), in emitFunctionBody()
1811 MCSymbolRefExpr::create(CurrentFnSymForSize, OutContext), OutContext); in emitFunctionBody()
2020 OutStreamer->emitELFSize(Name, MCConstantExpr::create(Size, OutContext)); in emitGlobalAlias()
2070 OutContext.getObjectFileInfo()->getRemarksSection(); in emitRemarksSection()
2166 OutStreamer->switchSection(OutContext.getCOFFSection( in doFinalization()
2268 OutStreamer->switchSection(OutContext.getELFSection(".note.GNU-split-stack", in doFinalization()
2271 OutStreamer->switchSection(OutContext.getELFSection( in doFinalization()
2279 if (MCSection *S = MAI->getNonexecutableStackSection(OutContext)) in doFinalization()
2302 OutContext.getELFSection(".llvm_sympart", ELF::SHT_LLVM_SYMPART, 0, 0, in doFinalization()
2307 MCSymbolRefExpr::create(getSymbol(&GV), OutContext), in doFinalization()
2518 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF,JTI,OutContext); in emitJumpTableInfo()
2525 MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableInfo()
2528 OutContext)); in emitJumpTableInfo()
2564 MJTI, MBB, UID, OutContext); in emitJumpTableEntry()
2569 Value = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableEntry()
2576 OutStreamer->emitGPRel32Value(MCSymbolRefExpr::create(MBBSym, OutContext)); in emitJumpTableEntry()
2585 OutStreamer->emitGPRel64Value(MCSymbolRefExpr::create(MBBSym, OutContext)); in emitJumpTableEntry()
2599 OutContext); in emitJumpTableEntry()
2602 Value = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableEntry()
2604 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF, UID, OutContext); in emitJumpTableEntry()
2605 Value = MCBinaryExpr::createSub(Value, Base, OutContext); in emitJumpTableEntry()
2818 const MCExpr *Expr = MCSymbolRefExpr::create(Label, OutContext); in emitLabelPlusOffset()
2821 Expr, MCConstantExpr::create(Offset, OutContext), OutContext); in emitLabelPlusOffset()
2880 MCContext &Ctx = OutContext; in lowerConstant()
3563 return OutContext.createTempSymbol(Name, true); in createTempSymbol()
3598 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
3605 return MF->getJTISymbol(JTID, OutContext, isLinkerPrivate); in GetJTISymbol()
3612 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetJTSetSymbol()
3626 return OutContext.getOrCreateSymbol(NameStr); in GetExternalSymbolSymbol()
3950 InstMap = OutContext.getELFSection("xray_instr_map", ELF::SHT_PROGBITS, in emitXRayTable()
3955 FnSledIndex = OutContext.getELFSection( in emitXRayTable()
3959 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", 0, in emitXRayTable()
3962 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()
3973 auto &Ctx = OutContext; in emitXRayTable()
3974 MCSymbol *SledsStart = OutContext.createTempSymbol("xray_sleds_start", true); in emitXRayTable()
3994 MCSymbol *SledsEnd = OutContext.createTempSymbol("xray_sleds_end", true); in emitXRayTable()
4052 OutStreamer->switchSection(OutContext.getELFSection( in emitPatchableFunctionEntries()