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