Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp481 LLVMInstructionRemoveFromParent(I); in CloneInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3181 void LLVMInstructionRemoveFromParent(LLVMValueRef Inst);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1260 func (v Value) RemoveFromParentAsInstruction() { C.LLVMInstructionRemoveFromParent(v.C) }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2788 void LLVMInstructionRemoveFromParent(LLVMValueRef Inst) { in LLVMInstructionRemoveFromParent() function