Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp520 IndexedInstrProf::allocSummary(SummarySize); in writeImpl()
530 TheCSSummary = IndexedInstrProf::allocSummary(SummarySize); in writeImpl()
H A DInstrProfReader.cpp942 IndexedInstrProf::allocSummary(SummarySize); in readSummary()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h1171 inline std::unique_ptr<Summary> allocSummary(uint32_t TotalSize) { in allocSummary() function