Searched refs:UOP_PushNonVol (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
H A DWin64EH.h28 UOP_PushNonVol = 0, enumerator in enum:llvm::Win64EH::UnwindOpcodes
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp60 case UOP_PushNonVol: return "PUSH_NONVOL";
99 case UOP_PushNonVol:
182 case UOP_PushNonVol:
/external/llvm/include/llvm/MC/
H A DMCWin64EH.h38 assert(Op == Win64EH::UOP_PushNonVol);
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp37 case UOP_PushNonVol: return "UOP_PushNonVol";
76 case UOP_PushNonVol:
100 case UOP_PushNonVol:
/external/llvm/lib/MC/
H A DMCWin64EH.cpp27 case Win64EH::UOP_PushNonVol:
67 case Win64EH::UOP_PushNonVol:
H A DMCStreamer.cpp495 MCWin64EHInstruction Inst(Win64EH::UOP_PushNonVol, Label, Register);

Completed in 620 milliseconds