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

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

Completed in 66 milliseconds