Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp133 std::error_code SampleProfileWriterExtBinaryBase::writeContextIdx( in writeContextIdx() function in SampleProfileWriterExtBinaryBase
167 if (std::error_code EC = writeContextIdx(Context)) in writeFuncOffsetTable()
198 if (std::error_code EC = writeContextIdx(FunctionProfile.getContext())) in writeFuncMetadata()
529 SampleProfileWriterBinary::writeContextIdx(const SampleContext &Context) { in writeContextIdx() function in SampleProfileWriterBinary
777 if (std::error_code EC = writeContextIdx(S.getContext())) in writeBody()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h133 virtual std::error_code writeContextIdx(const SampleContext &Context);
261 std::error_code writeContextIdx(const SampleContext &Context) override;