Searched defs:getMetadata (Results 1 – 9 of 9) sorted by relevance
44 MDNode *getMetadata() { return Entry; } in getMetadata() function
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
129 const llvm::Any &getMetadata() const { return Metadata; } in getMetadata() function
30 MDNode *getMetadata(const Instruction *I, unsigned KindID) const { in getMetadata() function
188 static SectionKind getMetadata() { return get(Metadata); } in getMetadata() function
1455 MDNode *Value::getMetadata(StringRef Kind) const { in getMetadata() function in Value1468 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value1473 void Value::getMetadata(StringRef Kind, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value
193 Metadata *getMetadata() const { return MD; } in getMetadata() function
675 const MDNode *getMetadata() const { in getMetadata() function