Searched defs:getMetadata (Results 1 – 9 of 9) sorted by relevance
260 const Metadata& getMetadata() const { return md; } in getMetadata() function277 const Metadata& getMetadata() const { return md; } in getMetadata() function
347 GraphMetadata& getMetadata() { return Metadata; } in getMetadata() function350 const GraphMetadata& getMetadata() const { return Metadata; } in getMetadata() function
73 MDNode *getMetadata() { return Entry; } in getMetadata() function
129 const llvm::Any &getMetadata() const { return Metadata; } in getMetadata() function
68 MDNode *getMetadata(const Instruction *I, unsigned KindID) const { in getMetadata() function
188 static SectionKind getMetadata() { return get(Metadata); } in getMetadata() function
1288 MDNode *Value::getMetadata(unsigned KindID) const { in getMetadata() function in Value1296 MDNode *Value::getMetadata(StringRef Kind) const { in getMetadata() function in Value1304 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value1309 void Value::getMetadata(StringRef Kind, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value
192 Metadata *getMetadata() const { return MD; } in getMetadata() function
672 const MDNode *getMetadata() const { in getMetadata() function