reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm-c/Core.h
  826 char *LLVMPrintModuleToString(LLVMModuleRef M);

References

tools/llvm-c-test/calc.c
  132     char *irstr = LLVMPrintModuleToString(M);
tools/llvm-c-test/debuginfo.c
  196   char *MStr = LLVMPrintModuleToString(M);
tools/llvm-c-test/echo.cpp
 1310   char *Str = LLVMPrintModuleToString(M);
tools/llvm-c-test/module.c
   67   char *irstr = LLVMPrintModuleToString(M);