reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/xray/xray_function_call_trie.h
  103   using NodeIdPairArray = Array<NodeIdPair>;
  128   using NodeArray = Array<Node>;
  129   using RootArray = Array<Node *>;
  130   using ShadowStackArray = Array<ShadowStackEntry>;
  489     using Stack = Array<NodeAndParent>;
  548     using Stack = Array<NodeAndTarget>;
projects/compiler-rt/lib/xray/xray_profile_collector.cpp
   67 using ThreadDataArray = Array<ThreadData>;
   88 using ProfileBufferArray = Array<ProfileBuffer>;
  149 using PathArray = Array<int32_t>;
  162 using ProfileRecordArray = Array<ProfileRecord>;
  169   using StackArray = Array<const FunctionCallTrie::Node *>;
projects/compiler-rt/lib/xray/xray_segmented_array.h
  309   Array(const Array &) = delete;
  310   Array &operator=(const Array &) = delete;
  310   Array &operator=(const Array &) = delete;
  312   Array(Array &&O) XRAY_NEVER_INSTRUMENT : Alloc(O.Alloc),
  324   Array &operator=(Array &&O) XRAY_NEVER_INSTRUMENT {
  324   Array &operator=(Array &&O) XRAY_NEVER_INSTRUMENT {
  645 typename Array<T>::Segment Array<T>::SentinelSegment{
  645 typename Array<T>::Segment Array<T>::SentinelSegment{
  645 typename Array<T>::Segment Array<T>::SentinelSegment{
  646     &Array<T>::SentinelSegment, &Array<T>::SentinelSegment, {'\0'}};
  646     &Array<T>::SentinelSegment, &Array<T>::SentinelSegment, {'\0'}};
  646     &Array<T>::SentinelSegment, &Array<T>::SentinelSegment, {'\0'}};
  646     &Array<T>::SentinelSegment, &Array<T>::SentinelSegment, {'\0'}};
  646     &Array<T>::SentinelSegment, &Array<T>::SentinelSegment, {'\0'}};
  646     &Array<T>::SentinelSegment, &Array<T>::SentinelSegment, {'\0'}};