Home
last modified time | relevance | path

Searched refs:getMetadataImpl (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h141 return getMetadataImpl(KindID); in getMetadata()
148 return getMetadataImpl(Kind); in getMetadata()
187 MDNode *getMetadataImpl(unsigned KindID) const;
188 MDNode *getMetadataImpl(const char *Kind) const;
/external/llvm/include/llvm/IR/
DInstruction.h163 return getMetadataImpl(KindID);
170 return getMetadataImpl(Kind);
330 MDNode *getMetadataImpl(unsigned KindID) const;
331 MDNode *getMetadataImpl(StringRef Kind) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h177 return getMetadataImpl(KindID); in getMetadata()
184 return getMetadataImpl(Kind); in getMetadata()
355 MDNode *getMetadataImpl(unsigned KindID) const;
356 MDNode *getMetadataImpl(StringRef Kind) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DMetadata.cpp433 MDNode *Instruction::getMetadataImpl(const char *Kind) const { in getMetadataImpl() function in Instruction
434 return getMetadataImpl(getContext().getMDKindID(Kind)); in getMetadataImpl()
494 MDNode *Instruction::getMetadataImpl(unsigned KindID) const { in getMetadataImpl() function in Instruction
/external/llvm/lib/IR/
DMetadata.cpp1171 MDNode *Instruction::getMetadataImpl(StringRef Kind) const { in getMetadataImpl() function in Instruction
1172 return getMetadataImpl(getContext().getMDKindID(Kind)); in getMetadataImpl()
1248 MDNode *Instruction::getMetadataImpl(unsigned KindID) const { in getMetadataImpl() function in Instruction