Lines Matching refs:OutContext

78         OutContext.getOrCreateSymbol("__acle_se_" + CurrentFnSym->getName());  in emitFunctionEntryLabel()
98 OutContext); in emitXXStructor()
270 return OutContext.getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) + in GetCPISymbol()
283 return OutContext.getOrCreateSymbol(Name); in GetARMJTIPICJumpTableLabel()
896 MCSymbol *MCSym = OutContext.getOrCreateSymbol(Name); in GetARMGVSymbol()
969 OutContext); in emitMachineConstantPoolValue()
974 ACPV->getLabelId(), OutContext); in emitMachineConstantPoolValue()
975 const MCExpr *PCRelExpr = MCSymbolRefExpr::create(PCLabel, OutContext); in emitMachineConstantPoolValue()
979 OutContext), in emitMachineConstantPoolValue()
980 OutContext); in emitMachineConstantPoolValue()
984 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitMachineConstantPoolValue()
986 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitMachineConstantPoolValue()
987 PCRelExpr = MCBinaryExpr::createSub(PCRelExpr, DotExpr, OutContext); in emitMachineConstantPoolValue()
989 Expr = MCBinaryExpr::createSub(Expr, PCRelExpr, OutContext); in emitMachineConstantPoolValue()
1023 const MCExpr *Expr = MCSymbolRefExpr::create(MBB->getSymbol(), OutContext); in emitJumpTableAddrs()
1027 OutContext), in emitJumpTableAddrs()
1028 OutContext); in emitJumpTableAddrs()
1032 Expr = MCBinaryExpr::createAdd(Expr, MCConstantExpr::create(1,OutContext), in emitJumpTableAddrs()
1033 OutContext); in emitJumpTableAddrs()
1059 OutContext); in emitJumpTableInsts()
1091 OutContext); in emitJumpTableTBInst()
1105 MCSymbolRefExpr::create(TBInstPC, OutContext), in emitJumpTableTBInst()
1106 MCConstantExpr::create(4, OutContext), OutContext); in emitJumpTableTBInst()
1107 Expr = MCBinaryExpr::createSub(MBBSymbolExpr, Expr, OutContext); in emitJumpTableTBInst()
1108 Expr = MCBinaryExpr::createDiv(Expr, MCConstantExpr::create(2, OutContext), in emitJumpTableTBInst()
1109 OutContext); in emitJumpTableTBInst()
1471 .addExpr(MCSymbolRefExpr::create(CPISymbol, OutContext)) in emitInstruction()
1487 .addExpr(MCSymbolRefExpr::create(JTIPICSymbol, OutContext)) in emitInstruction()
1530 TRegSym = OutContext.createTempSymbol(); in emitInstruction()
1538 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in emitInstruction()
1575 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1592 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1596 MI->getOperand(2).getImm(), OutContext); in emitInstruction()
1597 const MCExpr *LabelSymExpr= MCSymbolRefExpr::create(LabelSym, OutContext); in emitInstruction()
1602 MCConstantExpr::create(PCAdj, OutContext), in emitInstruction()
1603 OutContext), OutContext), OutContext); in emitInstruction()
1625 const MCExpr *GVSymExpr = MCSymbolRefExpr::create(GVSym, OutContext); in emitInstruction()
1629 MI->getOperand(3).getImm(), OutContext); in emitInstruction()
1630 const MCExpr *LabelSymExpr= MCSymbolRefExpr::create(LabelSym, OutContext); in emitInstruction()
1635 MCConstantExpr::create(PCAdj, OutContext), in emitInstruction()
1636 OutContext), OutContext), OutContext); in emitInstruction()
1655 MI->getOperand(0).getIndex(), OutContext), in emitInstruction()
1656 OutContext); in emitInstruction()
1667 MI->getOperand(1).getMBB()->getSymbol(), OutContext); in emitInstruction()
1671 GetARMGVSymbol(GV, MI->getOperand(1).getTargetFlags()), OutContext); in emitInstruction()
1675 OutContext); in emitInstruction()
1685 MI->getOperand(2).getIndex(), OutContext), in emitInstruction()
1686 OutContext); in emitInstruction()
1703 MI->getOperand(0).getIndex(), OutContext)); in emitInstruction()
1715 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1736 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
1767 MI->getOperand(2).getImm(), OutContext)); in emitInstruction()
2040 MCSymbol *Label = OutContext.createTempSymbol("SJLJEH"); in emitInstruction()
2077 const MCExpr *SymbolExpr = MCSymbolRefExpr::create(Label, OutContext); in emitInstruction()