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

/external/llvm/lib/IR/
H A DAsmWriter.cpp1274 void AssemblyWriter::printModule(const Module *M) { function in class:llvm::AssemblyWriter
2133 W.printModule(this);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp115 void printModule(const std::string& fname, const std::string& modName );
1930 printModule(fname,mName);
1933 void CppWriter::printModule(const std::string& fname, function in class:CppWriter
2064 printModule(fname,tgtname);

Completed in 89 milliseconds