reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
826 char *LLVMPrintModuleToString(LLVMModuleRef M);
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);