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

/external/llvm/lib/VMCore/
H A DAttributes.cpp119 static ManagedStatic<FoldingSet<AttributeListImpl> > AttributesLists; variable
145 if (!AttributesLists.isConstructed())
166 AttributesLists->RemoveNode(this);
192 AttributesLists->FindNodeOrInsertPos(ID, InsertPos);
198 AttributesLists->InsertNode(PAL, InsertPos);

Completed in 59 milliseconds