Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/
HDMath.h401 const Metadata& getMetadata() const { return md; } in getMetadata() function
416 const Metadata& getMetadata() const { return md; } in getMetadata() function
HDGraph.h354 GraphMetadata& getMetadata() { return Metadata; } in getMetadata() function
357 const GraphMetadata& getMetadata() const { return Metadata; } in getMetadata() function
/NextBSD/contrib/llvm/include/llvm/MC/
HDSectionKind.h206 static SectionKind getMetadata() { return get(Metadata); } in getMetadata() function
/NextBSD/contrib/llvm/lib/IR/
HDMetadata.cpp1179 MDNode *Function::getMetadata(unsigned KindID) const { in getMetadata() function in Function
1185 MDNode *Function::getMetadata(StringRef Kind) const { in getMetadata() function in Function
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineOperand.h499 const MDNode *getMetadata() const { in getMetadata() function
/NextBSD/contrib/llvm/include/llvm/IR/
HDMetadata.h187 Metadata *getMetadata() const { return MD; } in getMetadata() function