Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp62 case UOP_AllocSmall: return "ALLOC_SMALL"; in getUnwindCodeTypeName()
100 case UOP_AllocSmall: in getNumUsedSlots()
192 case UOP_AllocSmall: in printUnwindCode()
/external/llvm/include/llvm/Support/
DWin64EH.h30 UOP_AllocSmall, enumerator
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp39 case UOP_AllocSmall: return "UOP_AllocSmall"; in getUnwindCodeTypeName()
77 case UOP_AllocSmall: in getNumUsedSlots()
111 case UOP_AllocSmall: in printUnwindCode()
/external/llvm/test/tools/llvm-objdump/
Dwin64-unwind-data.test23 OBJ-NEXT: 0x04: UOP_AllocSmall 24
72 EXE-NEXT: 0x04: UOP_AllocSmall 24
/external/llvm/lib/MC/
DMCWin64EH.cpp28 case Win64EH::UOP_AllocSmall: in CountOfUnwindCodes()
86 case Win64EH::UOP_AllocSmall: in EmitUnwindCode()
/external/llvm/include/llvm/MC/
DMCWin64EH.h41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall), in MCWin64EHInstruction()