Home
last modified time | relevance | path

Searched defs:getMetadata (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h249 const Metadata& getMetadata() const { return md; } in getMetadata() function
266 const Metadata& getMetadata() const { return md; } in getMetadata() function
H A DGraph.h347 GraphMetadata& getMetadata() { return Metadata; } in getMetadata() function
350 const GraphMetadata& getMetadata() const { return Metadata; } in getMetadata() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h129 const llvm::Any &getMetadata() const { return Metadata; } in getMetadata() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h31 MDNode *getMetadata(const Instruction *I, unsigned KindID) const { in getMetadata() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h188 static SectionKind getMetadata() { return get(Metadata); } in getMetadata() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h576 MDNode *getMetadata(unsigned KindID) const { in getMetadata() function
H A DMetadata.h200 Metadata *getMetadata() const { return MD; } in getMetadata() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1520 MDNode *Value::getMetadata(StringRef Kind) const { in getMetadata() function in Value
1533 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value
1538 void Value::getMetadata(StringRef Kind, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h676 const MDNode *getMetadata() const { in getMetadata() function