Home
last modified time | relevance | path

Searched refs:writeFlat (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp150 writeFlat(P->guid(), P->counters(), P->counters_size()); in writeContextual()
157 void PGOCtxProfileWriter::writeFlat(ctx_profile::GUID Guid, in writeFlat() function in PGOCtxProfileWriter
292 Writer.writeFlat(Guid, Counters.data(), Counters.size()); in createCtxProfFromYAML()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h104 void writeFlat(ctx_profile::GUID Guid, const uint64_t *Buffer,
H A DCtxInstrContextNode.h149 virtual void writeFlat(ctx_profile::GUID Guid, const uint64_t *Buffer,
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h149 virtual void writeFlat(ctx_profile::GUID Guid, const uint64_t *Buffer,
H A DCtxInstrProfiling.cpp493 Writer.writeFlat(FP->guid(), FP->counters(), FP->counters_size()); in __llvm_ctx_profile_fetch()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp271 void writeFlat(GUID Guid, const uint64_t *Buffer, in TEST_F() function in TEST_F::TestProfileWriter