Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDWinEHFuncInfo.h32 enum ActionType { Catch, Cleanup }; enum
36 ActionHandler(BasicBlock *BB, ActionType Type) in ActionHandler()
39 ActionType getType() const { return Type; } in getType()
52 ActionType Type;
62 : ActionHandler(BB, ActionType::Catch), Selector(Selector), in CatchHandler()
68 return H->getType() == ActionType::Catch; in classof()
102 CleanupHandler(BasicBlock *BB) : ActionHandler(BB, ActionType::Cleanup) {} in CleanupHandler()
106 return H->getType() == ActionType::Cleanup; in classof()
/NextBSD/contrib/llvm/utils/TableGen/
HDTableGen.cpp25 enum ActionType { enum
48 cl::opt<ActionType>
/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDTableGen.cpp25 enum ActionType { enum
59 cl::opt<ActionType> Action(
/NextBSD/sys/dev/mwl/
HDmwlreg.h1134 uint32_t ActionType; // ENCR_ACTION_TYPE member
1145 uint32_t ActionType; // ENCR_ACTION_TYPE member
1253 uint32_t ActionType; member
HDmwlhal.c1188 pCmd->ActionType = htole32(EncrActionTypeSetGroupKey); in mwl_hal_keyset()
1190 pCmd->ActionType = htole32(EncrActionTypeSetKey); in mwl_hal_keyset()
1236 pCmd->ActionType = htole16(EncrActionTypeRemoveKey); in mwl_hal_keyreset()
1381 pCmd->ActionType = htole32(BaCheckCreateStream); in bastream_check_available()
1473 pCmd->ActionType = htole32(BaCreateStream); in mwl_hal_bastream_create()
1531 pCmd->ActionType = htole32(BaDestroyStream); in mwl_hal_bastream_destroy()
/NextBSD/contrib/llvm/tools/llvm-mc/
HDllvm-mc.cpp170 enum ActionType { enum
177 static cl::opt<ActionType>
/NextBSD/contrib/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp49 enum ActionType { enum
57 static cl::opt<ActionType>