reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
733 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, 733 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, 735 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, 735 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex, 737 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex, 737 AL = AL.addAttribute(M.getContext(), AttributeList::ReturnIndex, 739 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); 739 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt); 740 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); 740 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt); 742 Mod->getOrInsertFunction("__dfsan_union", DFSanUnionFnTy, AL);