Home
last modified time | relevance | path

Searched refs:UOP_PushNonVol (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp59 case UOP_PushNonVol: return "PUSH_NONVOL"; in getUnwindCodeTypeName()
100 case UOP_PushNonVol: in getNumUsedSlots()
268 case UOP_PushNonVol: in printUnwindCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWin64EH.h27 return WinEH::Instruction(Win64EH::UOP_PushNonVol, L, Reg, -1); in PushNonVol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h30 UOP_PushNonVol = 0, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp198 case UOP_PushNonVol: return "UOP_PushNonVol"; in getUnwindCodeTypeName()
239 case UOP_PushNonVol: in getNumUsedSlots()
265 case UOP_PushNonVol: in printUnwindCode()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp74 case Win64EH::UOP_PushNonVol: in CountOfUnwindCodes()
113 case Win64EH::UOP_PushNonVol: in EmitUnwindCode()