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

/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp528 std::unique_ptr<IndexedInstrProf::Summary> TheCSSummary = nullptr; local
530 TheCSSummary = IndexedInstrProf::allocSummary(SummarySize);
532 setSummary(TheCSSummary.get(), *CSPS);
548 {CSSummaryOffset, reinterpret_cast<uint64_t *>(TheCSSummary.get()),

Completed in 64 milliseconds