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()
881 MCSymbol *MCSym = OutContext.getOrCreateSymbol(Name); in GetARMGVSymbol()
954 OutContext); in emitMachineConstantPoolValue()
959 ACPV->getLabelId(), OutContext); in emitMachineConstantPoolValue()
960 const MCExpr *PCRelExpr = MCSymbolRefExpr::create(PCLabel, OutContext); in emitMachineConstantPoolValue()
964 OutContext), in emitMachineConstantPoolValue()
965 OutContext); in emitMachineConstantPoolValue()
969 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitMachineConstantPoolValue()
971 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitMachineConstantPoolValue()
972 PCRelExpr = MCBinaryExpr::createSub(PCRelExpr, DotExpr, OutContext); in emitMachineConstantPoolValue()
974 Expr = MCBinaryExpr::createSub(Expr, PCRelExpr, OutContext); in emitMachineConstantPoolValue()
1008 const MCExpr *Expr = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableAddrs()
1012 OutContext), in emitJumpTableAddrs()
1013 OutContext); in emitJumpTableAddrs()
1017 Expr = MCBinaryExpr::createAdd(Expr, MCConstantExpr::create(1,OutContext), in emitJumpTableAddrs()
1018 OutContext); in emitJumpTableAddrs()
1044 OutContext); in emitJumpTableInsts()
1076 OutContext); in emitJumpTableTBInst()
1090 MCSymbolRefExpr::create(TBInstPC, OutContext), in emitJumpTableTBInst()
1091 MCConstantExpr::create(4, OutContext), OutContext); in emitJumpTableTBInst()
1092 Expr = MCBinaryExpr::createSub(MBBSymbolExpr, Expr, OutContext); in emitJumpTableTBInst()
1093 Expr = MCBinaryExpr::createDiv(Expr, MCConstantExpr::create(2, OutContext), in emitJumpTableTBInst()
1094 OutContext); in emitJumpTableTBInst()
1381 .addExpr(MCSymbolRefExpr::create(CPISymbol, OutContext)) in emitInstruction()
1397 .addExpr(MCSymbolRefExpr::create(JTIPICSymbol, OutContext)) in emitInstruction()
1440 TRegSym = OutContext.createTempSymbol(); in emitInstruction()
1448 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in emitInstruction()
1485 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1502 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1506 MI->getOperand(2).getImm(), OutContext); in emitInstruction()
1507 const MCExpr *LabelSymExpr= MCSymbolRefExpr::create(LabelSym, OutContext); in emitInstruction()
1512 MCConstantExpr::create(PCAdj, OutContext), in emitInstruction()
1513 OutContext), OutContext), OutContext); in emitInstruction()
1535 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1539 MI->getOperand(3).getImm(), OutContext); in emitInstruction()
1540 const MCExpr *LabelSymExpr= MCSymbolRefExpr::create(LabelSym, OutContext); in emitInstruction()
1545 MCConstantExpr::create(PCAdj, OutContext), in emitInstruction()
1546 OutContext), OutContext), OutContext); in emitInstruction()
1565 MI->getOperand(0).getIndex(), OutContext), in emitInstruction()
1566 OutContext); in emitInstruction()
1577 MI->getOperand(1).getMBB()->getSymbol(), OutContext); in emitInstruction()
1581 GetARMGVSymbol(GV, MI->getOperand(1).getTargetFlags()), OutContext); in emitInstruction()
1585 OutContext); in emitInstruction()
1595 MI->getOperand(2).getIndex(), OutContext), in emitInstruction()
1596 OutContext); in emitInstruction()
1613 MI->getOperand(0).getIndex(), OutContext)); in emitInstruction()
1625 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1646 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1677 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1950 MCSymbol *Label = OutContext.createTempSymbol("SJLJEH"); in emitInstruction()
1987 const MCExpr *SymbolExpr = MCSymbolRefExpr::create(Label, OutContext); in emitInstruction()