Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/MachO/
H A DConfig.h217 bool callGraphProfileSort = false; member
H A DSectionPriorities.cpp355 if (config->callGraphProfileSort) { in buildInputSectionPriorities()
H A DDriver.cpp1733 config->callGraphProfileSort = args.hasFlag( in link()
2041 if (config->callGraphProfileSort) in link()
H A DInputFiles.cpp398 if (config->callGraphProfileSort && name == section_names::cgProfile) in parseSections()
/src/contrib/llvm-project/lld/COFF/
H A DConfig.h273 bool callGraphProfileSort = false; member
H A DDriver.cpp2046 config->callGraphProfileSort = args.hasFlag( in linkerMain()
2599 config->callGraphProfileSort = false; in linkerMain()
2603 if (config->callGraphProfileSort) { in linkerMain()
/src/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp340 if (config->callGraphProfileSort == CGProfileSortKind::Cdsort) in computeCallGraphProfileOrder()
H A DConfig.h229 CGProfileSortKind callGraphProfileSort; member
H A DDriver.cpp1261 config->callGraphProfileSort = getCGProfileSortKind(args); in readConfigs()
1742 config->callGraphProfileSort = CGProfileSortKind::None; in readConfigs()
3180 if (config->callGraphProfileSort != CGProfileSortKind::None) { in link()