Home
last modified time | relevance | path

Searched defs:NumHandlers (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp636 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers); in EnterCXXTryStmt() local
979 unsigned NumHandlers = CatchScope.getNumHandlers(); emitCatchPadBlock() local
1023 unsigned NumHandlers = CatchScope.getNumHandlers(); emitWasmCatchPadBlock() local
1212 unsigned NumHandlers = S.getNumHandlers(); ExitCXXTryStmt() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h75 unsigned NumHandlers; variable
/llvm-project/llvm/tools/llvm-c-test/
H A Decho.cpp919 unsigned NumHandlers = LLVMGetNumHandlers(Src); CloneInstruction() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3168 unsigned NumHandlers = CatchSwitch.getNumHandlers(); writeInstruction() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4220 const unsigned NumHandlers = Handlers.size(); ActOnCXXTryBlock() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5557 unsigned NumHandlers = Record[Idx++]; parseFunctionBody() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp3375 LLVMBuildCatchSwitch(LLVMBuilderRef B,LLVMValueRef ParentPad,LLVMBasicBlockRef UnwindBB,unsigned NumHandlers,const char * Name) LLVMBuildCatchSwitch() argument