Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dmodule.c124 char *s = LLVMPrintTypeToString(T); in llvm_module_list_globals()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1135 char *LLVMPrintTypeToString(LLVMTypeRef Val);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c404 char *TypeCStr = LLVMPrintTypeToString(M); in llvm_string_of_lltype()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp552 char *LLVMPrintTypeToString(LLVMTypeRef Ty) { in LLVMPrintTypeToString() function