Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h44 MDNode *getMetadata() { return Entry; } in getMetadata() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h260 const Metadata& getMetadata() const { return md; } in getMetadata() function
277 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.h30 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/lib/IR/
H A DMetadata.cpp1455 MDNode *Value::getMetadata(StringRef Kind) const { in getMetadata() function in Value
1468 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value
1473 void Value::getMetadata(StringRef Kind, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h193 Metadata *getMetadata() const { return MD; } in getMetadata() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h675 const MDNode *getMetadata() const { in getMetadata() function