OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkipFlatProf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h
691
/// If
SkipFlatProf
is true, skip the sections with
693
bool
SkipFlatProf
= false;
720
virtual void setSkipFlatProf(bool Skip) override {
SkipFlatProf
= Skip; }
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp
822
// Skip sections without context when
SkipFlatProf
is true.
823
if (
SkipFlatProf
&& hasSecFlag(Entry, SecCommonFlags::SecFlagFlat))
Completed in 124 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026