Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h103 void startFlatSection() override;
H A DCtxInstrContextNode.h148 virtual void startFlatSection() = 0;
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrContextNode.h148 virtual void startFlatSection() = 0;
H A DCtxInstrProfiling.cpp483 Writer.startFlatSection(); in __llvm_ctx_profile_fetch()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp129 void PGOCtxProfileWriter::startFlatSection() { in startFlatSection() function in PGOCtxProfileWriter
290 Writer.startFlatSection(); in createCtxProfFromYAML()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp270 void startFlatSection() override { ++EnteredFlatCount; } in TEST_F() function in TEST_F::TestProfileWriter