Home
last modified time | relevance | path

Searched refs:CGProfileSortKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h94 enum class CGProfileSortKind { None, Hfsort, Cdsort }; enum
302 CGProfileSortKind callGraphProfileSort;
H A DCallGraphSort.cpp344 if (ctx.arg.callGraphProfileSort == CGProfileSortKind::Cdsort) in computeCallGraphProfileOrder()
H A DDriver.cpp1186 static CGProfileSortKind getCGProfileSortKind(Ctx &ctx, in getCGProfileSortKind()
1190 return CGProfileSortKind::Hfsort; in getCGProfileSortKind()
1192 return CGProfileSortKind::Cdsort; in getCGProfileSortKind()
1195 return CGProfileSortKind::None; in getCGProfileSortKind()
3490 if (ctx.arg.callGraphProfileSort != CGProfileSortKind::None) { in link()