Searched refs:AddNodeID (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h316 void AddNodeID(const FoldingSetNodeID &ID);
781 ID.AddNodeID(FastID);
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DFoldingSet.cpp138 // AddNodeID - Adds the Bit data of another ID to *this.
139 void FoldingSetNodeID::AddNodeID(const FoldingSetNodeID &ID) { function in class:FoldingSetNodeID

Completed in 160 milliseconds