Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h51 StringMap<ProfilingData> &getProfileData() { return FunctionData; } in getProfileData() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp464 for (auto &PD : WC->Writer.getProfileData()) { in adjustInstrProfile()