Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp668 LLVMValueRef ParentPad = CloneValue(LLVMGetParentCatchSwitch(Src)); in CloneInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3214 LLVMValueRef LLVMGetParentCatchSwitch(LLVMValueRef CatchPad);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2820 LLVMValueRef LLVMGetParentCatchSwitch(LLVMValueRef CatchPad) { in LLVMGetParentCatchSwitch() function