Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp81 bool IsOut() const { return header.misc & PERF_RECORD_MISC_SWITCH_OUT; } in IsOut() function
96 bool IsOut() const { return is_out; } in IsOut() function
199 if (current_record.IsOut()) { in RecoverExecutionsFromConsecutiveRecords()
220 } else if (current_record.IsOut() && prev.IsOut()) { in RecoverExecutionsFromConsecutiveRecords()
226 } else if (current_record.IsOut() && prev.IsIn()) { in RecoverExecutionsFromConsecutiveRecords()
269 context_switch_record.IsOut(), in DecodePerfContextSwitchTrace()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h127 template <bool IsConst, bool IsOut,
133 NeighborEdgeIteratorT<IsConst, IsOut>, BaseIt,
138 friend class NeighborEdgeIteratorT<false, IsOut, BaseIt, EdgeValueType>;
139 friend class NeighborEdgeIteratorT<true, IsOut, BaseIt,
148 operator NeighborEdgeIteratorT<IsConstDest, IsOut, BaseIt,
150 return NeighborEdgeIteratorT<IsConstDest, IsOut, BaseIt,
158 NeighborEdgeIteratorT<IsConst, IsOut>, BaseIt, in NeighborEdgeIteratorT()
163 if (!IsOut)