Lines Matching refs:getMetadata
1197 MDNode *Value::getMetadata(unsigned KindID) const { in getMetadata() function in Value
1205 MDNode *Value::getMetadata(StringRef Kind) const { in getMetadata() function in Value
1213 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value
1218 void Value::getMetadata(StringRef Kind, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value
1220 getMetadata(getContext().getMDKindID(Kind), MDs); in getMetadata()
1352 auto *Existing = getMetadata(LLVMContext::MD_annotation); in addAnnotationMetadata()
1381 return Value::getMetadata(KindID); in getMetadataImpl()
1402 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfMetadata()
1430 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfTotalWeight()
1518 if (MDNode *MD = getMetadata(LLVMContext::MD_vcall_visibility)) { in getVCallVisibility()
1533 return cast_or_null<DISubprogram>(getMetadata(LLVMContext::MD_dbg)); in getSubprogram()
1552 getMetadata(LLVMContext::MD_dbg, MDs); in getDebugInfo()