Lines Matching full:mdnode
26 class MDNode;
140 MDNode *getMetadata(unsigned KindID) const {
147 MDNode *getMetadata(StringRef Kind) const {
155 void getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode*> > &MDs)const{
163 MDNode*> > &MDs) const {
171 void setMetadata(unsigned KindID, MDNode *Node);
172 void setMetadata(StringRef Kind, MDNode *Node);
241 MDNode *getMetadataImpl(unsigned KindID) const;
242 MDNode *getMetadataImpl(StringRef Kind) const;
243 void getAllMetadataImpl(SmallVectorImpl<std::pair<unsigned,MDNode*> > &)const;
245 MDNode*> > &) const;