Lines Matching refs:OutContext
80 OutContext.getOrCreateSymbol("__acle_se_" + CurrentFnSym->getName()); in emitFunctionEntryLabel()
101 OutContext); in emitXXStructor()
256 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
269 return OutContext.getOrCreateSymbol(Name); in GetARMJTIPICJumpTableLabel()
857 MCSymbol *MCSym = OutContext.getOrCreateSymbol(Name); in GetARMGVSymbol()
930 OutContext); in emitMachineConstantPoolValue()
935 ACPV->getLabelId(), OutContext); in emitMachineConstantPoolValue()
936 const MCExpr *PCRelExpr = MCSymbolRefExpr::create(PCLabel, OutContext); in emitMachineConstantPoolValue()
940 OutContext), in emitMachineConstantPoolValue()
941 OutContext); in emitMachineConstantPoolValue()
945 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitMachineConstantPoolValue()
947 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitMachineConstantPoolValue()
948 PCRelExpr = MCBinaryExpr::createSub(PCRelExpr, DotExpr, OutContext); in emitMachineConstantPoolValue()
950 Expr = MCBinaryExpr::createSub(Expr, PCRelExpr, OutContext); in emitMachineConstantPoolValue()
984 const MCExpr *Expr = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableAddrs()
988 OutContext), in emitJumpTableAddrs()
989 OutContext); in emitJumpTableAddrs()
993 Expr = MCBinaryExpr::createAdd(Expr, MCConstantExpr::create(1,OutContext), in emitJumpTableAddrs()
994 OutContext); in emitJumpTableAddrs()
1020 OutContext); in emitJumpTableInsts()
1052 OutContext); in emitJumpTableTBInst()
1066 MCSymbolRefExpr::create(TBInstPC, OutContext), in emitJumpTableTBInst()
1067 MCConstantExpr::create(4, OutContext), OutContext); in emitJumpTableTBInst()
1068 Expr = MCBinaryExpr::createSub(MBBSymbolExpr, Expr, OutContext); in emitJumpTableTBInst()
1069 Expr = MCBinaryExpr::createDiv(Expr, MCConstantExpr::create(2, OutContext), in emitJumpTableTBInst()
1070 OutContext); in emitJumpTableTBInst()
1330 .addExpr(MCSymbolRefExpr::create(CPISymbol, OutContext)) in emitInstruction()
1346 .addExpr(MCSymbolRefExpr::create(JTIPICSymbol, OutContext)) in emitInstruction()
1389 TRegSym = OutContext.createTempSymbol(); in emitInstruction()
1397 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in emitInstruction()
1434 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1451 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1455 MI->getOperand(2).getImm(), OutContext); in emitInstruction()
1456 const MCExpr *LabelSymExpr= MCSymbolRefExpr::create(LabelSym, OutContext); in emitInstruction()
1461 MCConstantExpr::create(PCAdj, OutContext), in emitInstruction()
1462 OutContext), OutContext), OutContext); in emitInstruction()
1484 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1488 MI->getOperand(3).getImm(), OutContext); in emitInstruction()
1489 const MCExpr *LabelSymExpr= MCSymbolRefExpr::create(LabelSym, OutContext); in emitInstruction()
1494 MCConstantExpr::create(PCAdj, OutContext), in emitInstruction()
1495 OutContext), OutContext), OutContext); in emitInstruction()
1514 MI->getOperand(0).getIndex(), OutContext), in emitInstruction()
1515 OutContext); in emitInstruction()
1526 MI->getOperand(1).getMBB()->getSymbol(), OutContext); in emitInstruction()
1530 GetARMGVSymbol(GV, MI->getOperand(1).getTargetFlags()), OutContext); in emitInstruction()
1534 OutContext); in emitInstruction()
1544 MI->getOperand(2).getIndex(), OutContext), in emitInstruction()
1545 OutContext); in emitInstruction()
1562 MI->getOperand(0).getIndex(), OutContext)); in emitInstruction()
1574 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1595 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1626 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1899 MCSymbol *Label = OutContext.createTempSymbol("SJLJEH"); in emitInstruction()
1936 const MCExpr *SymbolExpr = MCSymbolRefExpr::create(Label, OutContext); in emitInstruction()