Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfWriter.h205 writeNameTableSection(const StringMap<FunctionSamples> &ProfileMap);
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfWriter.cpp187 std::error_code SampleProfileWriterExtBinaryBase::writeNameTableSection( in writeNameTableSection() function in SampleProfileWriterExtBinaryBase
221 if (auto EC = writeNameTableSection(ProfileMap)) in writeOneSection()