Home
last modified time | relevance | path

Searched refs:should_skip (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp144 bool should_skip = false; in WriteContextSwitchTrace() local
162 should_skip = true; in WriteContextSwitchTrace()
172 if (should_skip) in WriteContextSwitchTrace()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp164 auto should_skip = [this](const CompilerContext &ctx) { in ContextMatches() local
171 ctx = std::find_if_not(ctx, ctx_end, should_skip); in ContextMatches()