Lines Matching refs:getMetadata
1288 MDNode *Value::getMetadata(unsigned KindID) const { in getMetadata() function in Value
1296 MDNode *Value::getMetadata(StringRef Kind) const { in getMetadata() function in Value
1304 void Value::getMetadata(unsigned KindID, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value
1309 void Value::getMetadata(StringRef Kind, SmallVectorImpl<MDNode *> &MDs) const { in getMetadata() function in Value
1311 getMetadata(getContext().getMDKindID(Kind), MDs); in getMetadata()
1443 auto *Existing = getMetadata(LLVMContext::MD_annotation); in addAnnotationMetadata()
1463 Result.TBAA = getMetadata(LLVMContext::MD_tbaa); in getAAMetadata()
1464 Result.TBAAStruct = getMetadata(LLVMContext::MD_tbaa_struct); in getAAMetadata()
1465 Result.Scope = getMetadata(LLVMContext::MD_alias_scope); in getAAMetadata()
1466 Result.NoAlias = getMetadata(LLVMContext::MD_noalias); in getAAMetadata()
1481 return Value::getMetadata(KindID); in getMetadataImpl()
1502 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfMetadata()
1530 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfTotalWeight()
1618 if (MDNode *MD = getMetadata(LLVMContext::MD_vcall_visibility)) { in getVCallVisibility()
1633 return cast_or_null<DISubprogram>(getMetadata(LLVMContext::MD_dbg)); in getSubprogram()
1652 getMetadata(LLVMContext::MD_dbg, MDs); in getDebugInfo()