/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 450 const MCExpr *SymVar = MCSymbolRefExpr::create(MOSymbol, OutContext); in LowerPATCHPOINT() 475 MCSymbol *TlsGetAddr = OutContext.getOrCreateSymbol(Name); in EmitTlsCall() 491 MCSymbolRefExpr::create(TlsGetAddr, Kind, OutContext); in EmitTlsCall() 495 const MCExpr *SymVar = MCSymbolRefExpr::create(MOSymbol, VK, OutContext); in EmitTlsCall() 557 OutContext.getOrCreateSymbol(StringRef("_GLOBAL_OFFSET_TABLE_")); in EmitInstruction() 561 OutContext), in EmitInstruction() 562 MCConstantExpr::create(4, OutContext), in EmitInstruction() 563 OutContext); in EmitInstruction() 582 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext))); in EmitInstruction() 599 MCSymbol *LTOCSymbol = OutContext.getOrCreateSymbol(StringRef(".LTOC")); in EmitInstruction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 76 MCSymbol *Sym, MCContext &OutContext) { in createSparcMCOperand() argument 78 OutContext); in createSparcMCOperand() 79 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, OutContext); in createSparcMCOperand() 84 MCContext &OutContext) { in createPCXCallOP() argument 85 return createSparcMCOperand(SparcMCExpr::VK_Sparc_None, Label, OutContext); in createPCXCallOP() 91 MCContext &OutContext) in createPCXRelExprOp() argument 93 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createPCXRelExprOp() 95 OutContext); in createPCXRelExprOp() 97 OutContext); in createPCXRelExprOp() 99 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Cur, Start, OutContext); in createPCXRelExprOp() [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 78 MCSymbol *Sym, MCContext &OutContext) { in createSparcMCOperand() argument 80 OutContext); in createSparcMCOperand() 81 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, OutContext); in createSparcMCOperand() 86 MCContext &OutContext) { in createPCXCallOP() argument 87 return createSparcMCOperand(SparcMCExpr::VK_Sparc_None, Label, OutContext); in createPCXCallOP() 93 MCContext &OutContext) in createPCXRelExprOp() argument 95 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createPCXRelExprOp() 97 OutContext); in createPCXRelExprOp() 99 OutContext); in createPCXRelExprOp() 101 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Cur, Start, OutContext); in createPCXRelExprOp() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 422 const MCExpr *SymVar = MCSymbolRefExpr::create(MOSymbol, OutContext); in LowerPATCHPOINT() 447 MCSymbol *TlsGetAddr = OutContext.getOrCreateSymbol(Name); in EmitTlsCall() 463 MCSymbolRefExpr::create(TlsGetAddr, Kind, OutContext); in EmitTlsCall() 467 const MCExpr *SymVar = MCSymbolRefExpr::create(MOSymbol, VK, OutContext); in EmitTlsCall() 503 OutContext.getOrCreateSymbol(StringRef("_GLOBAL_OFFSET_TABLE_")); in EmitInstruction() 507 OutContext), in EmitInstruction() 508 MCConstantExpr::create(4, OutContext), in EmitInstruction() 509 OutContext); in EmitInstruction() 528 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext))); in EmitInstruction() 544 MCSymbolRefExpr::create(PICOffset, MCSymbolRefExpr::VK_None, OutContext); in EmitInstruction() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 33 MCContext &OutContext = AP.OutStreamer->getContext(); in recordFaultingOp() local 34 MCSymbol *FaultingLabel = OutContext.createTempSymbol(); in recordFaultingOp() 39 MCSymbolRefExpr::create(FaultingLabel, OutContext), in recordFaultingOp() 40 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordFaultingOp() 43 MCSymbolRefExpr::create(HandlerLabel, OutContext), in recordFaultingOp() 44 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordFaultingOp() 54 MCContext &OutContext = AP.OutStreamer->getContext(); in serializeToFaultMapSection() local 59 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection() 63 OS.EmitLabel(OutContext.getOrCreateSymbol(Twine("__LLVM_FaultMaps"))); in serializeToFaultMapSection()
|
D | StackMaps.cpp | 303 MCContext &OutContext = AP.OutStreamer->getContext(); in recordStackMapOpers() local 304 MCSymbol *MILabel = OutContext.createTempSymbol(); in recordStackMapOpers() 345 MCSymbolRefExpr::create(MILabel, OutContext), in recordStackMapOpers() 346 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordStackMapOpers() 560 MCContext &OutContext = AP.OutStreamer->getContext(); in serializeToStackMapSection() local 565 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection() 569 OS.EmitLabel(OutContext.getOrCreateSymbol(Twine("__LLVM_StackMaps"))); in serializeToStackMapSection()
|
/external/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 30 MCContext &OutContext = AP.OutStreamer->getContext(); in recordFaultingOp() local 31 MCSymbol *FaultingLabel = OutContext.createTempSymbol(); in recordFaultingOp() 36 MCSymbolRefExpr::create(FaultingLabel, OutContext), in recordFaultingOp() 37 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordFaultingOp() 40 MCSymbolRefExpr::create(HandlerLabel, OutContext), in recordFaultingOp() 41 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordFaultingOp() 51 MCContext &OutContext = AP.OutStreamer->getContext(); in serializeToFaultMapSection() local 56 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection() 60 OS.EmitLabel(OutContext.getOrCreateSymbol(Twine("__LLVM_FaultMaps"))); in serializeToFaultMapSection()
|
D | StackMaps.cpp | 287 MCContext &OutContext = AP.OutStreamer->getContext(); in recordStackMapOpers() local 288 MCSymbol *MILabel = OutContext.createTempSymbol(); in recordStackMapOpers() 329 MCSymbolRefExpr::create(MILabel, OutContext), in recordStackMapOpers() 330 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordStackMapOpers() 530 MCContext &OutContext = AP.OutStreamer->getContext(); in serializeToStackMapSection() local 535 OutContext.getObjectFileInfo()->getStackMapSection(); in serializeToStackMapSection() 539 OS.EmitLabel(OutContext.getOrCreateSymbol(Twine("__LLVM_StackMaps"))); in serializeToStackMapSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 215 Sym = AP.OutContext.getOrCreateSymbol(Twine(symbolName)); in smallData() 243 Sym = AP.OutContext.getOrCreateSymbol(Twine(LitaName)); in smallData() 299 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() 306 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() 313 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() 320 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext); in HexagonProcessInstruction() 327 const MCConstantExpr *C255 = MCConstantExpr::create(255, OutContext); in HexagonProcessInstruction() 347 MCSymbolRefExpr::create(Sym, OutContext))); in HexagonProcessInstruction() 363 MCSymbolRefExpr::create(Sym, OutContext), OutContext))); in HexagonProcessInstruction() 450 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() [all …]
|
D | HexagonMCInstLower.cpp | 44 MCContext &MC = Printer.OutContext; in GetSymbolRef() 108 MCInst *MCI = new (AP.OutContext) MCInst; in HexagonLowerToMC() 136 AP.OutContext), in HexagonLowerToMC() 137 AP.OutContext); in HexagonLowerToMC() 144 MCConstantExpr::create(MO.getImm(), AP.OutContext), AP.OutContext); in HexagonLowerToMC() 151 AP.OutContext); in HexagonLowerToMC() 152 Expr = HexagonMCExpr::create(Expr, AP.OutContext); in HexagonLowerToMC() 179 HexagonMCInstrInfo::extendIfNeeded(AP.OutContext, MCII, MCB, *MCI); in HexagonLowerToMC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 46 MCSymbolRefExpr::create(Symbol, SymbolVariant, OutContext); in GetSymbolRef() 54 MCSymbolRefExpr::create(Symbol, SymbolVariant, OutContext); in GetSymbolRef() 55 Expr = ARMMCExpr::createLower16(Expr, OutContext); in GetSymbolRef() 59 MCSymbolRefExpr::create(Symbol, SymbolVariant, OutContext); in GetSymbolRef() 60 Expr = ARMMCExpr::createUpper16(Expr, OutContext); in GetSymbolRef() 67 OutContext), in GetSymbolRef() 68 OutContext); in GetSymbolRef() 89 MO.getMBB()->getSymbol(), OutContext)); in lowerOperand() 199 auto CurSled = OutContext.createTempSymbol("xray_sled_", true); in EmitSled() 201 auto Target = OutContext.createTempSymbol(); in EmitSled()
|
D | ARMAsmPrinter.cpp | 91 OutContext); in EmitXXStructor() 242 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol() 255 return OutContext.getOrCreateSymbol(Name); in GetARMJTIPICJumpTableLabel() 826 return OutContext.getOrCreateSymbol(Name); in GetARMGVSymbol() 887 OutContext); in EmitMachineConstantPoolValue() 892 ACPV->getLabelId(), OutContext); in EmitMachineConstantPoolValue() 893 const MCExpr *PCRelExpr = MCSymbolRefExpr::create(PCLabel, OutContext); in EmitMachineConstantPoolValue() 897 OutContext), in EmitMachineConstantPoolValue() 898 OutContext); in EmitMachineConstantPoolValue() 902 MCSymbol *DotSym = OutContext.createTempSymbol(); in EmitMachineConstantPoolValue() [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 36 MCContext &MC = Printer.OutContext; in GetSymbolRef() 100 MCInst *MCI = new (AP.OutContext) MCInst; in HexagonLowerToMC() 125 AP.OutContext), in HexagonLowerToMC() 126 AP.OutContext); in HexagonLowerToMC() 133 MCConstantExpr::create(MO.getImm(), AP.OutContext), AP.OutContext); in HexagonLowerToMC() 140 AP.OutContext); in HexagonLowerToMC() 141 Expr = HexagonMCExpr::create(Expr, AP.OutContext); in HexagonLowerToMC() 168 HexagonMCInstrInfo::extendIfNeeded(AP.OutContext, MCII, MCB, *MCI); in HexagonLowerToMC()
|
D | HexagonAsmPrinter.cpp | 217 Sym = AP.OutContext.getOrCreateSymbol(Twine(symbolName)); in smallData() 245 Sym = AP.OutContext.getOrCreateSymbol(Twine(LitaName)); in smallData() 292 MCSymbolRefExpr::create(Sym, OutContext))); in HexagonProcessInstruction() 311 MCSymbolRefExpr::create(Sym, OutContext), OutContext))); in HexagonProcessInstruction() 393 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() 394 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext); in HexagonProcessInstruction() 396 MCOperand::createExpr(HexagonMCExpr::create(Sub, OutContext))); in HexagonProcessInstruction() 428 const MCExpr *One = MCConstantExpr::create(1, OutContext); in HexagonProcessInstruction() 429 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext); in HexagonProcessInstruction() 431 MCOperand::createExpr(HexagonMCExpr::create(Sub, OutContext))); in HexagonProcessInstruction() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 30 MCSymbolRefExpr::create(Symbol, MCSymbolRefExpr::VK_None, OutContext); in GetSymbolRef() 38 MCSymbolRefExpr::create(Symbol, MCSymbolRefExpr::VK_None, OutContext); in GetSymbolRef() 39 Expr = ARMMCExpr::createLower16(Expr, OutContext); in GetSymbolRef() 43 MCSymbolRefExpr::create(Symbol, MCSymbolRefExpr::VK_None, OutContext); in GetSymbolRef() 44 Expr = ARMMCExpr::createUpper16(Expr, OutContext); in GetSymbolRef() 51 OutContext), in GetSymbolRef() 52 OutContext); in GetSymbolRef() 73 MO.getMBB()->getSymbol(), OutContext)); in lowerOperand()
|
D | ARMAsmPrinter.cpp | 94 OutContext); in EmitXXStructor() 231 return OutContext.getOrCreateSymbol(Name); in GetARMJTIPICJumpTableLabel() 943 return OutContext.getOrCreateSymbol(Name); in GetARMGVSymbol() 983 OutContext); in EmitMachineConstantPoolValue() 988 ACPV->getLabelId(), OutContext); in EmitMachineConstantPoolValue() 989 const MCExpr *PCRelExpr = MCSymbolRefExpr::create(PCLabel, OutContext); in EmitMachineConstantPoolValue() 993 OutContext), in EmitMachineConstantPoolValue() 994 OutContext); in EmitMachineConstantPoolValue() 998 MCSymbol *DotSym = OutContext.createTempSymbol(); in EmitMachineConstantPoolValue() 1000 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in EmitMachineConstantPoolValue() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 253 MCSymbol *FuncInfoXData = Asm->OutContext.getOrCreateSymbol( in endFunclet() 276 return MCConstantExpr::create(0, Asm->OutContext); in create32bitRef() 280 Asm->OutContext); in create32bitRef() 285 return MCConstantExpr::create(0, Asm->OutContext); in create32bitRef() 291 MCConstantExpr::create(1, Asm->OutContext), in getLabelPlusOne() 292 Asm->OutContext); in getLabelPlusOne() 298 MCSymbolRefExpr::create(OffsetOf, Asm->OutContext), in getOffset() 299 MCSymbolRefExpr::create(OffsetFrom, Asm->OutContext), Asm->OutContext); in getOffset() 305 MCConstantExpr::create(1, Asm->OutContext), in getOffsetPlusOne() 306 Asm->OutContext); in getOffsetPlusOne() [all …]
|
D | AsmPrinter.cpp | 185 OutContext(Streamer->getContext()), OutStreamer(std::move(Streamer)) { in AsmPrinter() 250 .Initialize(OutContext, TM); in doInitialization() 292 OutContext.getSubtargetCopy(*STI), TM.Options.MCOptions); in doInitialization() 568 OutContext.getOrCreateSymbol(GVSym->getName() + Twine("$tlv$init")); in EmitGlobalVariable() 621 MCConstantExpr::create(Size, OutContext)); in EmitGlobalVariable() 672 MCSymbol *PrefixSym = OutContext.createLinkerPrivateTempSymbol(); in EmitFunctionHeader() 700 MCSymbol *CurPos = OutContext.createTempSymbol(); in EmitFunctionHeader() 703 MCSymbolRefExpr::create(CurPos, OutContext)); in EmitFunctionHeader() 986 MCConstantExpr::create(FrameOffset, OutContext)); in emitFrameAlloc() 1190 MCSymbolRefExpr::create(CurrentFnEnd, OutContext), in EmitFunctionBody() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 244 MCSymbol *FuncInfoXData = Asm->OutContext.getOrCreateSymbol( in endFunclet() 268 return MCConstantExpr::create(0, Asm->OutContext); in create32bitRef() 272 Asm->OutContext); in create32bitRef() 277 return MCConstantExpr::create(0, Asm->OutContext); in create32bitRef() 283 MCConstantExpr::create(1, Asm->OutContext), in getLabelPlusOne() 284 Asm->OutContext); in getLabelPlusOne() 290 MCSymbolRefExpr::create(OffsetOf, Asm->OutContext), in getOffset() 291 MCSymbolRefExpr::create(OffsetFrom, Asm->OutContext), Asm->OutContext); in getOffset() 297 MCConstantExpr::create(1, Asm->OutContext), in getOffsetPlusOne() 298 Asm->OutContext); in getOffsetPlusOne() [all …]
|
D | AsmPrinter.cpp | 103 OutContext(Streamer->getContext()), OutStreamer(std::move(Streamer)), in AsmPrinter() 183 .Initialize(OutContext, TM); in doInitialization() 246 OutContext.getSubtargetCopy(*STI), TM.Options.MCOptions); in doInitialization() 486 OutContext.getOrCreateSymbol(GVSym->getName() + Twine("$tlv$init")); in EmitGlobalVariable() 539 MCConstantExpr::create(Size, OutContext)); in EmitGlobalVariable() 590 MCSymbol *CurPos = OutContext.createTempSymbol(); in EmitFunctionHeader() 593 MCSymbolRefExpr::create(CurPos, OutContext)); in EmitFunctionHeader() 836 MCConstantExpr::create(FrameOffset, OutContext)); in emitFrameAlloc() 960 MCSymbolRefExpr::create(CurrentFnEnd, OutContext), in EmitFunctionBody() 961 MCSymbolRefExpr::create(CurrentFnSymForSize, OutContext), OutContext); in EmitFunctionBody() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 438 MCSymbol *DotSym = OutContext.createTempSymbol(); in EmitInstruction() 441 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in EmitInstruction() 442 const MCConstantExpr *ConstExpr = MCConstantExpr::create(2, OutContext); in EmitInstruction() 444 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in EmitInstruction() 451 MCSymbol *DotSym = OutContext.createTempSymbol(); in EmitInstruction() 454 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in EmitInstruction() 455 const MCConstantExpr *ConstExpr = MCConstantExpr::create(2, OutContext); in EmitInstruction() 459 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in EmitInstruction() 481 static unsigned EmitNop(MCContext &OutContext, MCStreamer &OutStreamer, in EmitNop() argument 499 MCSymbol *DotSym = OutContext.createTempSymbol(); in EmitNop() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMCInstLower.cpp | 208 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in lowerOperand() 214 MCContext &OutContext) { in lowerAddrSpaceCast() argument 230 OutContext); in lowerAddrSpaceCast() 237 if (const MCExpr *E = lowerAddrSpaceCast(TM, CV, OutContext)) in lowerConstant() 247 AMDGPUMCInstLower MCInstLowering(OutContext, STI, *this); in EmitInstruction() 274 = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in EmitInstruction() 354 R600MCInstLower MCInstLowering(OutContext, STI, *this); in EmitInstruction() 378 if (const MCExpr *E = lowerAddrSpaceCast(TM, CV, OutContext)) in lowerConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 732 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile() 760 OutContext.getELFSection(SectionName, ELF::SHT_PROGBITS, 0)); in EmitStartOfAsmFile() 811 MCOperand::createExpr(MCSymbolRefExpr::create(Symbol, OutContext))); in EmitJal() 929 MCSymbol *MSymbol = OutContext.getOrCreateSymbol(StringRef(Symbol)); in EmitFPCallStub() 999 MCSectionELF *M = OutContext.getELFSection( in EmitFPCallStub() 1021 cast<MCSymbolELF>(OutContext.getOrCreateSymbol(StringRef(x))); in EmitFPCallStub() 1024 OutContext.getOrCreateSymbol("__call_stub_fp_" + Twine(Symbol)); in EmitFPCallStub() 1064 MCSymbol *Tmp = OutContext.createTempSymbol(); in EmitFPCallStub() 1066 const MCSymbolRefExpr *E = MCSymbolRefExpr::create(Stub, OutContext); in EmitFPCallStub() 1067 const MCSymbolRefExpr *T = MCSymbolRefExpr::create(Tmp, OutContext); in EmitFPCallStub() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 65 .Initialize(OutContext, TM); in runOnMachineFunction() 677 TS.setPic(OutContext.getObjectFileInfo()->isPositionIndependent()); in EmitStartOfAsmFile() 705 OutContext.getELFSection(SectionName, ELF::SHT_PROGBITS, 0)); in EmitStartOfAsmFile() 756 MCOperand::createExpr(MCSymbolRefExpr::create(Symbol, OutContext))); in EmitJal() 870 MCSymbol *MSymbol = OutContext.getOrCreateSymbol(StringRef(Symbol)); in EmitFPCallStub() 941 MCSectionELF *M = OutContext.getELFSection( in EmitFPCallStub() 963 cast<MCSymbolELF>(OutContext.getOrCreateSymbol(StringRef(x))); in EmitFPCallStub() 966 OutContext.getOrCreateSymbol("__call_stub_fp_" + Twine(Symbol)); in EmitFPCallStub() 1006 MCSymbol *Tmp = OutContext.createTempSymbol(); in EmitFPCallStub() 1008 const MCSymbolRefExpr *E = MCSymbolRefExpr::create(Stub, OutContext); in EmitFPCallStub() [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZAsmPrinter.cpp | 438 MCSymbol *DotSym = OutContext.createTempSymbol(); in EmitInstruction() 441 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in EmitInstruction() 442 const MCConstantExpr *ConstExpr = MCConstantExpr::create(2, OutContext); in EmitInstruction() 444 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in EmitInstruction() 451 MCSymbol *DotSym = OutContext.createTempSymbol(); in EmitInstruction() 454 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in EmitInstruction() 455 const MCConstantExpr *ConstExpr = MCConstantExpr::create(2, OutContext); in EmitInstruction() 459 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in EmitInstruction() 490 OutContext); in EmitMachineConstantPoolValue()
|