Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp62 case UOP_AllocSmall: return "ALLOC_SMALL"; in getUnwindCodeTypeName()
100 case UOP_AllocSmall: in getNumUsedSlots()
192 case UOP_AllocSmall: in printUnwindCode()
/minix/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCWin64EH.h32 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L, in Alloc()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DWin64EH.h30 UOP_AllocSmall, enumerator
/minix/external/bsd/llvm/dist/llvm/test/tools/llvm-objdump/
H A Dwin64-unwind-data.test23 OBJ-NEXT: 0x04: UOP_AllocSmall 24
72 EXE-NEXT: 0x04: UOP_AllocSmall 24
/minix/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCWin64EH.cpp29 case Win64EH::UOP_AllocSmall: in CountOfUnwindCodes()
84 case Win64EH::UOP_AllocSmall: in EmitUnwindCode()
/minix/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp39 case UOP_AllocSmall: return "UOP_AllocSmall"; in getUnwindCodeTypeName()
77 case UOP_AllocSmall: in getNumUsedSlots()
111 case UOP_AllocSmall: in printUnwindCode()