Lines Matching defs:setMetadata
1531 void Value::setMetadata(unsigned KindID, MDNode *Node) {
1559 void Value::setMetadata(StringRef Kind, MDNode *Node) {
1562 setMetadata(getContext().getMDKindID(Kind), Node);
1612 void Instruction::setMetadata(StringRef Kind, MDNode *Node) {
1615 setMetadata(getContext().getMDKindID(Kind), Node);
1679 void Instruction::setMetadata(unsigned KindID, MDNode *Node) {
1699 Value::setMetadata(KindID, Node);
1729 setMetadata(LLVMContext::MD_annotation, MD);
1747 setMetadata(LLVMContext::MD_annotation, MD);
1765 setMetadata(LLVMContext::MD_tbaa, N.TBAA);
1766 setMetadata(LLVMContext::MD_tbaa_struct, N.TBAAStruct);
1767 setMetadata(LLVMContext::MD_alias_scope, N.Scope);
1768 setMetadata(LLVMContext::MD_noalias, N.NoAlias);
1772 setMetadata(llvm::LLVMContext::MD_nosanitize,
1871 setMetadata(LLVMContext::MD_dbg, SP);