Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp74 cl::opt<std::string> ModuleSummaryDotFile( variable
817 if (!ModuleSummaryDotFile.empty()) { in buildModuleSummaryIndex()
819 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_None); in buildModuleSummaryIndex()
822 ModuleSummaryDotFile + ": " + EC.message() + "\n"); in buildModuleSummaryIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp79 static cl::opt<std::string> ModuleSummaryDotFile( variable
931 if (!ModuleSummaryDotFile.empty()) { in buildModuleSummaryIndex()
933 raw_fd_ostream OSDot(ModuleSummaryDotFile, EC, sys::fs::OpenFlags::OF_None); in buildModuleSummaryIndex()
936 ModuleSummaryDotFile + ": " + EC.message() + "\n"); in buildModuleSummaryIndex()