Home
last modified time | relevance | path

Searched refs:LLVMPrintModuleToString (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dcalc.c132 char *irstr = LLVMPrintModuleToString(M); in handle_line()
H A Dmodule.c67 char *irstr = LLVMPrintModuleToString(M); in llvm_module_dump()
H A Ddebuginfo.c196 char *MStr = LLVMPrintModuleToString(M); in llvm_test_dibuilder()
H A Decho.cpp1396 char *Str = LLVMPrintModuleToString(M); in llvm_echo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h847 char *LLVMPrintModuleToString(LLVMModuleRef M);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c336 char *ModuleCStr = LLVMPrintModuleToString(M); in llvm_string_of_llmodule()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go493 cir := C.LLVMPrintModuleToString(m.C)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp434 char *LLVMPrintModuleToString(LLVMModuleRef M) { in LLVMPrintModuleToString() function