Home
last modified time | relevance | path

Searched refs:LLVMDeleteFunction (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h735 void LLVMDeleteFunction(LLVMValueRef Fn);
/external/llvm/include/llvm-c/
DCore.h1944 void LLVMDeleteFunction(LLVMValueRef Fn);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1006 LLVMDeleteFunction(Fn); in llvm_delete_function()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1268 LLVMDeleteFunction(Fn); in llvm_delete_function()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1305 void LLVMDeleteFunction(LLVMValueRef Fn) { in LLVMDeleteFunction() function
/external/llvm/lib/IR/
DCore.cpp1787 void LLVMDeleteFunction(LLVMValueRef Fn) { in LLVMDeleteFunction() function
/external/llvm/bindings/go/llvm/
Dir.go1035 func (v Value) EraseFromParentAsFunction() { C.LLVMDeleteFunction(v.C) }