/external/llvm/include/llvm/MC/ |
MCDwarf.h | 277 class MCCFIInstruction { 293 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) : 299 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) : 305 static MCCFIInstruction 307 return MCCFIInstruction(OpOffset, L, Register, Offset, ""); 310 static MCCFIInstruction 312 return MCCFIInstruction(OpDefCfaRegister, L, Register, 0, ""); 315 static MCCFIInstruction createDefCfaOffset(MCSymbol *L, int Offset) { 316 return MCCFIInstruction(OpDefCfaOffset, L, 0, -Offset, ""); 319 static MCCFIInstruction [all...] |
MCAsmInfo.h | 333 std::vector<MCCFIInstruction> InitialFrameState; 571 void addInitialFrameState(const MCCFIInstruction &Inst) { 575 const std::vector<MCCFIInstruction> &getInitialFrameState() const {
|
/external/llvm/lib/MC/ |
MCStreamer.cpp | 262 MCCFIInstruction Instruction = 263 MCCFIInstruction::createDefCfa(Label, Register, Offset); 270 MCCFIInstruction Instruction = 271 MCCFIInstruction::createDefCfaOffset(Label, Offset); 278 MCCFIInstruction Instruction = 279 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment); 286 MCCFIInstruction Instruction = 287 MCCFIInstruction::createDefCfaRegister(Label, Register); 294 MCCFIInstruction Instruction = 295 MCCFIInstruction::createOffset(Label, Register, Offset) [all...] |
MCDwarf.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCTargetDesc.cpp | 62 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterDwarf.cpp | 172 void AsmPrinter::emitCFIInstruction(const MCCFIInstruction &Inst) const { 176 case MCCFIInstruction::OpDefCfaOffset: 179 case MCCFIInstruction::OpDefCfa: 182 case MCCFIInstruction::OpDefCfaRegister: 185 case MCCFIInstruction::OpOffset:
|
AsmPrinter.cpp | 661 std::vector<MCCFIInstruction> Instructions = MMI.getFrameInstructions(); 664 for (std::vector<MCCFIInstruction>::iterator I = Instructions.begin(), [all...] |
/external/llvm/lib/Target/XCore/MCTargetDesc/ |
XCoreMCTargetDesc.cpp | 59 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(0, XCore::SP, 0);
|
/external/llvm/lib/Target/Mips/ |
Mips16FrameLowering.cpp | 54 MCCFIInstruction::createDefCfaOffset(AdjustSPLabel, -StackSize)); 60 MMI.addFrameInst(MCCFIInstruction::createOffset(CSLabel, S2, -8)); 63 MMI.addFrameInst(MCCFIInstruction::createOffset(CSLabel, S1, -12)); 66 MMI.addFrameInst(MCCFIInstruction::createOffset(CSLabel, S0, -16)); 69 MMI.addFrameInst(MCCFIInstruction::createOffset(CSLabel, RA, -4));
|
MipsSEFrameLowering.cpp | 299 MCCFIInstruction::createDefCfaOffset(AdjustSPLabel, -StackSize)); 332 MCCFIInstruction::createOffset(CSLabel, Reg0, Offset)); 334 MCCFIInstruction::createOffset(CSLabel, Reg1, Offset + 4)); 337 MMI.addFrameInst(MCCFIInstruction::createOffset( 362 MMI.addFrameInst(MCCFIInstruction::createOffset(CSLabel2, Reg, Offset)); 375 MMI.addFrameInst(MCCFIInstruction::createDefCfaRegister(
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MCTargetDesc.cpp | 66 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(0, Reg, 0);
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.cpp | 75 MCCFIInstruction Inst = 76 MCCFIInstruction::createDefCfa(0, MRI.getDwarfRegNum(Reg, true), 0);
|
/external/llvm/include/llvm/CodeGen/ |
MachineModuleInfo.h | 111 std::vector<MCCFIInstruction> FrameInstructions; 237 const std::vector<MCCFIInstruction> &getFrameInstructions() { 241 void addFrameInst(const MCCFIInstruction &Inst) {
|
AsmPrinter.h | 42 class MCCFIInstruction; 420 void emitCFIInstruction(const MCCFIInstruction &Inst) const;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 294 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa( 300 MCCFIInstruction Inst2 = MCCFIInstruction::createOffset(
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCTargetDesc.cpp | 100 MCCFIInstruction Inst = MCCFIInstruction::createDefCfa(0, SP, 0);
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.cpp | 75 MCCFIInstruction Inst = 76 MCCFIInstruction::createDefCfa(0, MRI.getDwarfRegNum(SystemZ::R15D, true),
|
/external/llvm/lib/Target/AArch64/ |
AArch64FrameLowering.cpp | 102 MCCFIInstruction::createDefCfa(SPLabel, Reg, -NumInitialBytes)); 137 MMI.addFrameInst(MCCFIInstruction::createDefCfa(FPLabel, Reg, Offset)); 170 MMI.addFrameInst(MCCFIInstruction::createDefCfa(CSLabel, Reg, -Offset)); 187 MMI.addFrameInst(MCCFIInstruction::createOffset(CSLabel, Reg, Offset));
|
/external/llvm/lib/Target/SystemZ/ |
SystemZFrameLowering.cpp | 344 MMI.addFrameInst(MCCFIInstruction::createOffset( 360 MMI.addFrameInst(MCCFIInstruction::createDefCfaOffset( 376 MCCFIInstruction::createDefCfaRegister(SetFPLabel, HardFP)); 404 MMI.addFrameInst(MCCFIInstruction::createOffset(
|
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 600 MCCFIInstruction::createDefCfaOffset(FrameLabel, NegFrameSize)); 606 MCCFIInstruction::createOffset(FrameLabel, Reg, FPOffset)); 613 MCCFIInstruction::createOffset(FrameLabel, Reg, BPOffset)); 620 MCCFIInstruction::createOffset(FrameLabel, Reg, LROffset)); 647 MMI.addFrameInst(MCCFIInstruction::createDefCfaRegister(ReadyLabel, Reg)); 677 MMI.addFrameInst(MCCFIInstruction::createOffset( 683 MMI.addFrameInst(MCCFIInstruction::createOffset( [all...] |
/external/llvm/lib/Target/X86/ |
X86FrameLowering.cpp | 364 MMI.addFrameInst(MCCFIInstruction::createOffset(Label, DwarfReg, Offset)); 768 MCCFIInstruction::createDefCfaOffset(FrameLabel, 2 * stackGrowth)); 772 MMI.addFrameInst(MCCFIInstruction::createOffset(FrameLabel, DwarfFramePtr, 791 MCCFIInstruction::createDefCfaRegister(FrameLabel, DwarfFramePtr)); 821 MCCFIInstruction::createDefCfaOffset(Label, StackOffset)); [all...] |