HomeSort by relevance Sort by last modified time
    Searched refs:GetNodeProfile (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
FoldingSet.h 191 /// GetNodeProfile - Instantiations of the FoldingSet template implement
193 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
382 /// GetNodeProfile - Each instantiatation of the FoldingSet needs to provide a
384 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const {
454 // FoldingSet<T>::GetNodeProfile to be instantiated, which in turn
460 /// GetNodeProfile - Each instantiatation of the FoldingSet needs to provide a
462 virtual void GetNodeProfile(FoldingSetImpl::Node *N,
  /external/llvm/lib/Support/
FoldingSet.cpp 379 GetNodeProfile(N, ID);

Completed in 272 milliseconds