Home
last modified time | relevance | path

Searched refs:ModuleSummaryDotFile (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp80 static cl::opt<std::string> ModuleSummaryDotFile( variable
1083 if (!ModuleSummaryDotFile.empty()) { in buildModuleSummaryIndex()
1085 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_Text); in buildModuleSummaryIndex()
1088 ModuleSummaryDotFile + ": " + EC.message() + "\n"); in buildModuleSummaryIndex()