Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp138 return SampleProfileWriterBinary::writeNameIdx(Context.getName()); in writeContextIdx()
298 if (std::error_code EC = writeNameIdx(Callsite.FuncName)) in writeCSNameTableSection()
531 return writeNameIdx(Context.getName()); in writeContextIdx()
534 std::error_code SampleProfileWriterBinary::writeNameIdx(StringRef FName) { in writeNameIdx() function in SampleProfileWriterBinary
622 if (std::error_code EC = writeNameIdx(Entry.first)) in writeFuncOffsetTable()
794 if (std::error_code EC = writeNameIdx(Callee)) in writeBody()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h134 std::error_code writeNameIdx(StringRef FName);