Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderFunctions.cpp76 LinkSectionsFile("generate-link-sections", variable
397 std::unique_ptr<std::ofstream> LinkSectionsFile; in runOnFunctions() local
398 if (!opts::LinkSectionsFile.empty()) { in runOnFunctions()
399 LinkSectionsFile = in runOnFunctions()
401 if (!LinkSectionsFile) { in runOnFunctions()
408 if (FuncsFile || LinkSectionsFile) { in runOnFunctions()
436 if (LinkSectionsFile) { in runOnFunctions()
448 *LinkSectionsFile << Indent << ".text." << Name.str() << '\n'; in runOnFunctions()
460 if (LinkSectionsFile) { in runOnFunctions()
461 LinkSectionsFile->close(); in runOnFunctions()
[all …]