|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/InstrTypes.h 1405 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind);
lib/IR/Function.cpp 401 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind);
lib/Transforms/Coroutines/CoroSplit.cpp 696 NewAttrs = NewAttrs.addParamAttribute(Context, 0, Attribute::NonNull);
697 NewAttrs = NewAttrs.addParamAttribute(Context, 0, Attribute::NoAlias);
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp 739 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
740 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt);
753 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
754 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt);
773 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
lib/Transforms/Instrumentation/GCOVProfiling.cpp 894 AL = AL.addParamAttribute(*Ctx, 2, AK);
910 AL = AL.addParamAttribute(*Ctx, 0, AK);
911 AL = AL.addParamAttribute(*Ctx, 2, AK);
912 AL = AL.addParamAttribute(*Ctx, 3, AK);
913 AL = AL.addParamAttribute(*Ctx, 4, AK);
926 AL = AL.addParamAttribute(*Ctx, 0, AK);
lib/Transforms/Instrumentation/InstrProfiling.cpp 558 AL = AL.addParamAttribute(M.getContext(), 2, AK);
lib/Transforms/Instrumentation/SanitizerCoverage.cpp 389 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 0, Attribute::ZExt);
391 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 1, Attribute::ZExt);
418 AL = AL.addParamAttribute(*C, 0, Attribute::ZExt);