Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h101 void endContextSection() override;
H A DCtxInstrContextNode.h146 virtual void endContextSection() = 0;
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h146 virtual void endContextSection() = 0;
H A DCtxInstrProfiling.cpp482 Writer.endContextSection(); in __llvm_ctx_profile_fetch()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp134 void PGOCtxProfileWriter::endContextSection() { Writer.ExitBlock(); } in endContextSection() function in PGOCtxProfileWriter
287 Writer.endContextSection(); in createCtxProfFromYAML()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp266 void endContextSection() override { in TEST_F() function in TEST_F::TestProfileWriter