Home
last modified time | relevance | path

Searched refs:LLVMGetParentCatchSwitch (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp747 LLVMValueRef ParentPad = CloneValue(LLVMGetParentCatchSwitch(Src)); in CloneInstruction()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h3814 LLVMValueRef LLVMGetParentCatchSwitch(LLVMValueRef CatchPad);
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp3295 LLVMValueRef LLVMGetParentCatchSwitch(LLVMValueRef CatchPad) { in LLVMGetParentCatchSwitch() function