Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp873 static std::unique_ptr<ValueProfData> allocValueProfData(uint32_t TotalSize) { in allocValueProfData() function
910 std::unique_ptr<ValueProfData> VPD = allocValueProfData(TotalSize); in getValueProfData()