Searched refs:TypeToken (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h83 uint32_t TypeToken; member in struct:llvm::ClrEHUnwindMapEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp467 uint32_t TypeToken, const BasicBlock *Handler) {
473 Entry.TypeToken = TypeToken;
560 uint32_t TypeToken = static_cast<uint32_t>( local
564 ClrHandlerType::Catch, TypeToken, CatchBlock);
465 addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState, int TryParentState, ClrHandlerType HandlerType, uint32_t TypeToken, const BasicBlock *Handler) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1314 OS.EmitIntValue(Entry.TypeToken, 4);

Completed in 116 milliseconds