reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
747 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, 747 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, 749 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, 749 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, 751 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex, 751 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex, 753 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); 753 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); 754 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); 754 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); 756 Mod->getOrInsertFunction("dfsan_union", DFSanUnionFnTy, AL);