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()
1331 .addExpr(MCSymbolRefExpr::create(CPISymbol, OutContext)) in emitInstruction()
1347 .addExpr(MCSymbolRefExpr::create(JTIPICSymbol, OutContext)) in emitInstruction()
1390 TRegSym = OutContext.createTempSymbol(); in emitInstruction()
1398 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in emitInstruction()
1435 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1452 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1456 MI->getOperand(2).getImm(), OutContext); in emitInstruction()
1457 const MCExpr *LabelSymExpr= MCSymbolRefExpr::create(LabelSym, OutContext); in emitInstruction()
1462 MCConstantExpr::create(PCAdj, OutContext), in emitInstruction()
1463 OutContext), OutContext), OutContext); in emitInstruction()
1485 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1489 MI->getOperand(3).getImm(), OutContext); in emitInstruction()
1490 const MCExpr *LabelSymExpr= MCSymbolRefExpr::create(LabelSym, OutContext); in emitInstruction()
1495 MCConstantExpr::create(PCAdj, OutContext), in emitInstruction()
1496 OutContext), OutContext), OutContext); in emitInstruction()
1515 MI->getOperand(0).getIndex(), OutContext), in emitInstruction()
1516 OutContext); in emitInstruction()
1527 MI->getOperand(1).getMBB()->getSymbol(), OutContext); in emitInstruction()
1531 GetARMGVSymbol(GV, MI->getOperand(1).getTargetFlags()), OutContext); in emitInstruction()
1535 OutContext); in emitInstruction()
1545 MI->getOperand(2).getIndex(), OutContext), in emitInstruction()
1546 OutContext); in emitInstruction()
1563 MI->getOperand(0).getIndex(), OutContext)); in emitInstruction()
1575 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1596 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1627 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1900 MCSymbol *Label = OutContext.createTempSymbol("SJLJEH", false, true); in emitInstruction()
1937 const MCExpr *SymbolExpr = MCSymbolRefExpr::create(Label, OutContext); in emitInstruction()