Searched refs:LinkSectionsFile (Results 1 – 1 of 1) sorted by relevance
76 LinkSectionsFile("generate-link-sections", variable397 std::unique_ptr<std::ofstream> LinkSectionsFile; in runOnFunctions() local398 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 …]