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

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h270 bool callGraphProfileSort = false; member in struct:lld::coff::Configuration
H A DDriver.cpp2053 config->callGraphProfileSort = args.hasFlag(
2601 config->callGraphProfileSort = false;
2605 if (config->callGraphProfileSort) {
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DConfig.h213 bool callGraphProfileSort = false; member in struct:lld::macho::Configuration
H A DSectionPriorities.cpp355 if (config->callGraphProfileSort) {
H A DDriver.cpp1665 config->callGraphProfileSort = args.hasFlag(
1970 if (config->callGraphProfileSort)
H A DInputFiles.cpp398 if (config->callGraphProfileSort && name == section_names::cgProfile)
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp340 if (config->callGraphProfileSort == CGProfileSortKind::Cdsort)
H A DConfig.h221 CGProfileSortKind callGraphProfileSort; member in struct:lld::elf::Config
H A DDriver.cpp1223 config->callGraphProfileSort = getCGProfileSortKind(args);
1664 config->callGraphProfileSort = CGProfileSortKind::None;
3044 if (config->callGraphProfileSort != CGProfileSortKind::None) {

Completed in 231 milliseconds