Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWin64EHDumper.cpp60 case UOP_AllocLarge: return "ALLOC_LARGE"; in getUnwindCodeTypeName()
109 case UOP_AllocLarge: in getNumUsedSlots()
268 case UOP_AllocLarge: in printUnwindCode()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCWin64EH.h30 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L, in Alloc()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDWin64EH.h31 UOP_AllocLarge, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCWin64EH.cpp45 case Win64EH::UOP_AllocLarge: in CountOfUnwindCodes()
75 case Win64EH::UOP_AllocLarge: in EmitUnwindCode()
352 case Win64EH::UOP_AllocLarge: in ARM64CountOfUnwindCodes()
464 case Win64EH::UOP_AllocLarge: { in ARM64EmitUnwindCode()
1010 case Win64EH::UOP_AllocLarge: in tryARM64PackedUnwind()
1440 case Win64EH::UOP_AllocLarge: in ARMCountOfUnwindCodes()
1510 case Win64EH::UOP_AllocLarge: in ARMCountOfInstructionBytes()
1670 case Win64EH::UOP_AllocLarge: in ARMEmitUnwindCode()
1886 case Win64EH::UOP_AllocLarge: in tryARMPackedUnwind()
2038 case Win64EH::UOP_AllocLarge: in tryARMPackedUnwind()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDCOFFDump.cpp199 case UOP_AllocLarge: return "UOP_AllocLarge"; in getUnwindCodeTypeName()
252 case UOP_AllocLarge: in getNumUsedSlots()
268 case UOP_AllocLarge: in printUnwindCode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMWinCOFFStreamer.cpp130 Op = Win64EH::UOP_AllocLarge; in emitARMWinCFIAllocStack()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64WinCOFFStreamer.cpp85 Op = Win64EH::UOP_AllocLarge; in emitARM64WinCFIAllocStack()