Home
last modified time | relevance | path

Searched refs:MCCFIInstruction (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DMCStreamer.cpp326 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIDefCfa()
337 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIDefCfaOffset()
348 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source); in EmitCFIAdjustCfaOffset()
359 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIDefCfaRegister()
370 MCCFIInstruction Instruction(Label, Dest, Source); in EmitCFIOffset()
381 MCCFIInstruction Instruction(MCCFIInstruction::RelMove, Label, Dest, Source); in EmitCFIRelOffset()
405 MCCFIInstruction Instruction(MCCFIInstruction::RememberState, Label); in EmitCFIRememberState()
415 MCCFIInstruction Instruction(MCCFIInstruction::RestoreState, Label); in EmitCFIRestoreState()
424 MCCFIInstruction Instruction(MCCFIInstruction::SameValue, Label, Register); in EmitCFISameValue()
433 MCCFIInstruction Instruction(MCCFIInstruction::Restore, Label, Register); in EmitCFIRestore()
[all …]
DMCDwarf.cpp869 const std::vector<MCCFIInstruction> &Instrs,
872 const MCCFIInstruction &Instr);
923 const MCCFIInstruction &Instr) { in EmitCFIInstruction()
928 case MCCFIInstruction::Move: in EmitCFIInstruction()
929 case MCCFIInstruction::RelMove: { in EmitCFIInstruction()
932 const bool IsRelative = Instr.getOperation() == MCCFIInstruction::RelMove; in EmitCFIInstruction()
995 case MCCFIInstruction::RememberState: in EmitCFIInstruction()
999 case MCCFIInstruction::RestoreState: in EmitCFIInstruction()
1003 case MCCFIInstruction::SameValue: { in EmitCFIInstruction()
1011 case MCCFIInstruction::Restore: { in EmitCFIInstruction()
[all …]
/external/llvm/include/llvm/MC/
DMCDwarf.h266 class MCCFIInstruction {
278 MCCFIInstruction(OpType Op, MCSymbol *L) in MCCFIInstruction() function
282 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned Register) in MCCFIInstruction() function
286 MCCFIInstruction(MCSymbol *L, const MachineLocation &D, in MCCFIInstruction() function
290 MCCFIInstruction(OpType Op, MCSymbol *L, const MachineLocation &D, in MCCFIInstruction() function
295 MCCFIInstruction(OpType Op, MCSymbol *L, StringRef Vals) in MCCFIInstruction() function
318 std::vector<MCCFIInstruction> Instructions;