Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/bindings/python/llvm/
Dcore.py184 lib.LLVMDumpValue(self)
366 lib.LLVMDumpValue(self.__as_value())
547 library.LLVMDumpValue.argtypes = [Value]
548 library.LLVMDumpValue.restype = None
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1747 void LLVMDumpValue(LLVMValueRef Val);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c711 LLVMDumpValue(Val); in llvm_dump_value()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp912 void LLVMDumpValue(LLVMValueRef Val) { in LLVMDumpValue() function