Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp744 LLVMValueRef ParentPad = CloneValue(LLVMGetParentCatchSwitch(Src)); in CloneInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3737 LLVMValueRef LLVMGetParentCatchSwitch(LLVMValueRef CatchPad);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3298 LLVMValueRef LLVMGetParentCatchSwitch(LLVMValueRef CatchPad) { in LLVMGetParentCatchSwitch() function