Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp389 std::set<SampleContext> OrderedContexts; in writeCSNameTableSection() local
391 OrderedContexts.insert(I.first); in writeCSNameTableSection()
392 assert(OrderedContexts.size() == CSNameTable.size() && in writeCSNameTableSection()
395 for (auto &Context : OrderedContexts) in writeCSNameTableSection()
399 encodeULEB128(OrderedContexts.size(), OS); in writeCSNameTableSection()
401 for (auto Context : OrderedContexts) { in writeCSNameTableSection()