Searched refs:LLVMSetCleanup (Results 1 – 13 of 13) sorted by relevance
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 630 LLVMSetCleanup(Dst, LLVMIsCleanup(Src)); in CloneInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 650 LLVMSetCleanup(Dst, LLVMIsCleanup(Src)); in CloneInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 880 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2930 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 3178 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1472 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/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1909 LLVMSetCleanup(LandingPadInst, Bool_val(flag)); in llvm_set_cleanup()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1819 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) { in LLVMSetCleanup() function
|
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1813 C.LLVMSetCleanup(l.C, boolToLLVMBool(cleanup))
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 2801 void LLVMSetCleanup(LLVMValueRef LandingPad, LLVMBool Val) { in LLVMSetCleanup() function
|