HomeSort by relevance Sort by last modified time
    Searched refs:UOP_AllocLarge (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
Win64EH.h 29 UOP_AllocLarge,
  /external/llvm/include/llvm/MC/
MCWin64EH.h 41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall),
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 38 case UOP_AllocLarge: return "UOP_AllocLarge";
87 case UOP_AllocLarge:
103 case UOP_AllocLarge:
  /external/llvm/lib/MC/
MCWin64EH.cpp 42 case Win64EH::UOP_AllocLarge:
76 case Win64EH::UOP_AllocLarge:

Completed in 38 milliseconds