Home
last modified time | relevance | path

Searched refs:LLVMIsCleanup (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp731 LLVMSetCleanup(Dst, LLVMIsCleanup(Src)); in CloneInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3774 LLVMBool LLVMIsCleanup(LLVMValueRef LandingPad);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1785 return Val_bool(LLVMIsCleanup(LandingPadInst)); in llvm_is_cleanup()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3235 LLVMBool LLVMIsCleanup(LLVMValueRef LandingPad) { in LLVMIsCleanup() function