Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp62 case UOP_AllocSmall: return "ALLOC_SMALL"; in getUnwindCodeTypeName()
100 case UOP_AllocSmall: in getNumUsedSlots()
197 case UOP_AllocSmall: in printUnwindCode()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DWin64EH.h29 UOP_AllocSmall, enumerator
/external/llvm/include/llvm/Support/
DWin64EH.h30 UOP_AllocSmall, enumerator
/external/llvm/include/llvm/MC/
DMCWin64EH.h31 return WinEH::Instruction(Size > 128 ? UOP_AllocLarge : UOP_AllocSmall, L, in Alloc()
/external/llvm/lib/MC/
DMCWin64EH.cpp29 case Win64EH::UOP_AllocSmall: in CountOfUnwindCodes()
84 case Win64EH::UOP_AllocSmall: in EmitUnwindCode()
/external/llvm/test/tools/llvm-objdump/
Dwin64-unwind-data.test23 OBJ-NEXT: 0x04: UOP_AllocSmall 24
72 EXE-NEXT: 0x04: UOP_AllocSmall 24
/external/swiftshader/third_party/LLVM/lib/MC/
DMCWin64EH.cpp29 case Win64EH::UOP_AllocSmall: in CountOfUnwindCodes()
90 case Win64EH::UOP_AllocSmall: in EmitUnwindCode()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCWin64EH.h41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall), in MCWin64EHInstruction()
/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()