Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp61 case UOP_AllocSmall: return "ALLOC_SMALL"; in getUnwindCodeTypeName()
101 case UOP_AllocSmall: in getNumUsedSlots()
278 case UOP_AllocSmall: in printUnwindCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWin64EH.h30 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L, in Alloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h32 UOP_AllocSmall, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp75 case Win64EH::UOP_AllocSmall: in CountOfUnwindCodes()
132 case Win64EH::UOP_AllocSmall: in EmitUnwindCode()
511 case Win64EH::UOP_AllocSmall: in ARM64CountOfUnwindCodes()
621 case Win64EH::UOP_AllocSmall: in ARM64EmitUnwindCode()
1158 case Win64EH::UOP_AllocSmall: in tryARM64PackedUnwind()
1643 case Win64EH::UOP_AllocSmall: in ARMCountOfUnwindCodes()
1715 case Win64EH::UOP_AllocSmall: in ARMCountOfInstructionBytes()
1812 case Win64EH::UOP_AllocSmall: in ARMEmitUnwindCode()
2179 case Win64EH::UOP_AllocSmall: in tryARMPackedUnwind()
2256 case Win64EH::UOP_AllocSmall: in tryARMPackedUnwind()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp200 case UOP_AllocSmall: return "UOP_AllocSmall"; in getUnwindCodeTypeName()
240 case UOP_AllocSmall: in getNumUsedSlots()
276 case UOP_AllocSmall: in printUnwindCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp122 unsigned Op = Win64EH::UOP_AllocSmall; in emitARMWinCFIAllocStack()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp83 unsigned Op = Win64EH::UOP_AllocSmall; in emitARM64WinCFIAllocStack()