Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp44 SampleProfileWriter::writeFuncProfiles(const SampleProfileMap &ProfileMap) { in writeFuncProfiles() function in SampleProfileWriter
58 if (std::error_code EC = writeFuncProfiles(ProfileMap)) in write()
351 if (std::error_code EC = writeFuncProfiles(ProfileMap)) in writeOneSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h80 virtual std::error_code writeFuncProfiles(const SampleProfileMap &ProfileMap);