Home
last modified time | relevance | path

Searched refs:UOP_PushMachFrame (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp67 case UOP_PushMachFrame: return "PUSH_MACHFRAME"; in getUnwindCodeTypeName()
101 case UOP_PushMachFrame: in getNumUsedSlots()
306 case UOP_PushMachFrame: in printUnwindCode()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCWin64EH.h34 return WinEH::Instruction(UOP_PushMachFrame, L, -1, Code ? 1 : 0); in PushMachFrame()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DWin64EH.h40 UOP_PushMachFrame, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp201 case UOP_PushMachFrame: return "UOP_PushMachFrame"; in getUnwindCodeTypeName()
235 case UOP_PushMachFrame: in getNumUsedSlots()
293 case UOP_PushMachFrame: in printUnwindCode()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp34 case Win64EH::UOP_PushMachFrame: in CountOfUnwindCodes()
121 case Win64EH::UOP_PushMachFrame: in EmitUnwindCode()
319 case Win64EH::UOP_PushMachFrame: in checkARM64Instructions()
408 case Win64EH::UOP_PushMachFrame: in ARM64CountOfUnwindCodes()
588 case Win64EH::UOP_PushMachFrame: in ARM64EmitUnwindCode()
1014 case Win64EH::UOP_PushMachFrame: in tryARM64PackedUnwind()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp215 emitARM64WinUnwindCode(Win64EH::UOP_PushMachFrame, -1, 0); in emitARM64WinCFIMachineFrame()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp279 case UOP_PushMachFrame: { in ProcessUnwindCode()