Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Dcalc.c133 char *irstr = LLVMPrintModuleToString(M); in handle_line()
H A Dmodule.c67 char *irstr = LLVMPrintModuleToString(M); in llvm_module_dump()
H A Ddebuginfo.c195 char *MStr = LLVMPrintModuleToString(M); in llvm_test_dibuilder()
H A Decho.cpp1404 char *Str = LLVMPrintModuleToString(M); in llvm_echo()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h874 char *LLVMPrintModuleToString(LLVMModuleRef M);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c336 char *ModuleCStr = LLVMPrintModuleToString(M); in llvm_string_of_llmodule()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp442 char *LLVMPrintModuleToString(LLVMModuleRef M) { in LLVMPrintModuleToString() function