Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h230 bool callGraphProfileSort = false; member
H A DDriver.cpp1775 config->callGraphProfileSort = args.hasFlag( in linkerMain()
2242 config->callGraphProfileSort = false; in linkerMain()
2246 if (config->callGraphProfileSort) { in linkerMain()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h153 bool callGraphProfileSort; member
H A DDriver.cpp1039 config->callGraphProfileSort = args.hasFlag( in readConfigs()
1349 config->callGraphProfileSort = false; in readConfigs()
2493 if (config->callGraphProfileSort) { in link()