Searched refs:LLVMSetCleanup (Results 1 – 12 of 12) sorted by relevance
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 630 LLVMSetCleanup(Dst, LLVMIsCleanup(Src)); in CloneInstruction()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | echo.cpp | 722 LLVMSetCleanup(Dst, LLVMIsCleanup(Src)); in CloneInstruction()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2930 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 3678 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3641 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1945 LLVMSetCleanup(LandingPadInst, Bool_val(flag)); in llvm_set_cleanup()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1830 LLVMSetCleanup(LandingPadInst, Bool_val(flag)); in llvm_set_cleanup()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2528 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) { in LLVMSetCleanup() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1746 C.LLVMSetCleanup(l.C, boolToLLVMBool(cleanup))
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1916 C.LLVMSetCleanup(l.C, boolToLLVMBool(cleanup))
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 3255 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) { in LLVMSetCleanup() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3219 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) { in LLVMSetCleanup() function
|