Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp348 IndexedInstrProf::allocSummary(SummarySize); in writeImpl()
358 TheCSSummary = IndexedInstrProf::allocSummary(SummarySize); in writeImpl()
DInstrProfReader.cpp763 IndexedInstrProf::allocSummary(SummarySize); in readSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h1077 inline std::unique_ptr<Summary> allocSummary(uint32_t TotalSize) { in allocSummary() function