Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp238 std::error_code SampleProfileWriterExtBinaryBase::writeContextIdx( in writeContextIdx() function in SampleProfileWriterExtBinaryBase
272 if (std::error_code EC = writeContextIdx(Context)) in writeFuncOffsetTable()
303 if (std::error_code EC = writeContextIdx(FunctionProfile.getContext())) in writeFuncMetadata()
631 SampleProfileWriterBinary::writeContextIdx(const SampleContext &Context) { in writeContextIdx() function in SampleProfileWriterBinary
825 if (std::error_code EC = writeContextIdx(S.getContext())) in writeBody()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h204 virtual std::error_code writeContextIdx(const SampleContext &Context);
332 std::error_code writeContextIdx(const SampleContext &Context) override;