Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h111 return writeWithSizeLimitInternal(ProfileMap, OutputSizeLimit, &Strategy); in writeWithSizeLimit()
143 std::error_code writeWithSizeLimitInternal(SampleProfileMap &ProfileMap,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp92 std::error_code SampleProfileWriter::writeWithSizeLimitInternal( in writeWithSizeLimitInternal() function in SampleProfileWriter