Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DConfig.h180 bool callGraphProfileSort = false; member
H A DSectionPriorities.cpp354 if (config->callGraphProfileSort) { in buildInputSectionPriorities()
H A DDriver.cpp1350 config->callGraphProfileSort = args.hasFlag( in link()
1669 if (config->callGraphProfileSort) in link()
H A DInputFiles.cpp358 if (config->callGraphProfileSort && name == section_names::cgProfile) in parseSections()
/llvm-project-15.0.7/lld/COFF/
H A DConfig.h237 bool callGraphProfileSort = false; member
H A DDriver.cpp1908 config->callGraphProfileSort = args.hasFlag( in linkerMain()
2381 config->callGraphProfileSort = false; in linkerMain()
2385 if (config->callGraphProfileSort) { in linkerMain()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h165 bool callGraphProfileSort; member
H A DDriver.cpp1065 config->callGraphProfileSort = args.hasFlag( in readConfigs()
1431 config->callGraphProfileSort = false; in readConfigs()
2794 if (config->callGraphProfileSort) { in link()