Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h97 void startContextSection() override;
H A DCtxInstrContextNode.h142 virtual void startContextSection() = 0;
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h142 virtual void startContextSection() = 0;
H A DCtxInstrProfiling.cpp469 Writer.startContextSection(); in __llvm_ctx_profile_fetch()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp125 void PGOCtxProfileWriter::startContextSection() { in startContextSection() function in PGOCtxProfileWriter
271 Writer.startContextSection(); in createCtxProfFromYAML()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp265 void startContextSection() override { ++EnteredSectionCount; } in TEST_F() function in TEST_F::TestProfileWriter