Searched defs:printModule (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp119 void printModule(const std::string& fname, const std::string& modName );
1976 printModule(fname,mName);
1979 void CppWriter::printModule(const std::string& fname, function in class:CppWriter
2111 printModule(fname,tgtname);
/external/llvm/lib/IR/
H A DAsmWriter.cpp1961 void printModule(const Module *M);
2106 void AssemblyWriter::printModule(const Module *M) { function in class:AssemblyWriter
3071 W.printModule(this);

Completed in 86 milliseconds