Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp99 static cl::opt<std::string> DwarfOutputPath( variable
136 if (NameToIndexMap && !opts::DwarfOutputPath.empty()) { in getDWOName()
250 if (!opts::DwarfOutputPath.empty()) { in updateDebugInfo()
252 opts::DwarfOutputPath.c_str()); in updateDebugInfo()
1339 if (opts::DwarfOutputPath.empty()) { in writeDWP()
1344 OutputName = Twine(opts::DwarfOutputPath) in writeDWP()
1566 std::string CompDir = opts::DwarfOutputPath.empty() in writeDWOFiles()
1568 : opts::DwarfOutputPath.c_str(); in writeDWOFiles()