Home
last modified time | relevance | path

Searched refs:LLVMDumpValue (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py184 lib.LLVMDumpValue(self)
366 lib.LLVMDumpValue(self.__as_value())
556 library.LLVMDumpValue.argtypes = [Value]
557 library.LLVMDumpValue.restype = None
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1695 void LLVMDumpValue(LLVMValueRef Val);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c712 LLVMDumpValue(Val); in llvm_dump_value()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go713 func (v Value) Dump() { C.LLVMDumpValue(v.C) }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp881 void LLVMDumpValue(LLVMValueRef Val) { in LLVMDumpValue() function