|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Attributes.h 234 static AttributeSet get(LLVMContext &C, const AttrBuilder &B);
References
lib/AsmParser/LLParser.cpp 148 AttributeSet::get(Context, FnAttrs));
156 AttributeSet::get(Context, FnAttrs));
164 AttributeSet::get(Context, FnAttrs));
172 AttributeSet::get(Context, FnAttrs));
177 GV->setAttributes(AttributeSet::get(Context,Attrs));
1148 GV->setAttributes(AttributeSet::get(Context, Attrs));
2470 ArgLoc, V, AttributeSet::get(V->getContext(), ArgAttrs)));
2599 AttributeSet::get(ArgTy->getContext(), Attrs),
2634 AttributeSet::get(ArgTy->getContext(), Attrs),
5429 AttributeList::get(Context, AttributeSet::get(Context, FuncAttrs),
5430 AttributeSet::get(Context, RetAttrs), Attrs);
6120 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs),
6121 AttributeSet::get(Context, RetAttrs), ArgAttrs);
6450 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs),
6451 AttributeSet::get(Context, RetAttrs), ArgAttrs);
6850 AttributeList::get(Context, AttributeSet::get(Context, FnAttrs),
6851 AttributeSet::get(Context, RetAttrs), Attrs);
lib/IR/Attributes.cpp 602 return addAttributes(C, AttributeSet::get(C, B));
609 return addAttributes(C, AttributeSet::get(C, B));
624 return get(C, B);
632 return get(C, B);
640 return get(C, B);
647 return get(C, B);
1086 AttrSets[Index] = AttributeSet::get(C, B);
1126 NewAttrSets[I] = AttributeSet::get(C, CurBuilder);
1161 return AttributeList::get(C, {{Index, AttributeSet::get(C, B)}});
1179 AttrSets[Index] = AttributeSet::get(C, Merged);
1198 AttrSets[Index] = AttributeSet::get(C, B);
lib/IR/Verifier.cpp 1659 AttributeSet::get(Context, IncompatibleAttrs).getAsString(),
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp 430 AttributeList::get(C, AttributeSet::get(C, FnAttrs),
lib/Transforms/IPO/DeadArgumentElimination.cpp 846 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs);
888 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs);
907 ArgAttrVec.push_back(AttributeSet::get(
lib/Transforms/InstCombine/InstCombineCalls.cpp 4580 ArgAttrs.push_back(AttributeSet::get(Ctx, AB));
4622 Ctx, FnAttrs, AttributeSet::get(Ctx, RAttrs), ArgAttrs);
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 1256 AttributeSet::get(Ctx, FnAttrs));
lib/Transforms/Utils/CallPromotionUtils.cpp 424 NewArgAttrs.push_back(AttributeSet::get(Ctx, ArgAttrs));
443 AttributeSet::get(Ctx, RAttrs),
tools/clang/lib/CodeGen/CGCall.cpp 2010 llvm::AttributeSet::get(getLLVMContext(), SRETAttrs);
2018 llvm::AttributeSet::get(getLLVMContext(), Attrs);
2033 llvm::AttributeSet::get(
2152 llvm::AttributeSet::get(getLLVMContext(), Attrs);
2158 getLLVMContext(), llvm::AttributeSet::get(getLLVMContext(), FuncAttrs),
2159 llvm::AttributeSet::get(getLLVMContext(), RetAttrs), ArgAttrs);
unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp 25 AttributeSet FnAttrs = AttributeSet::get(
29 AttributeSet::get(Context,
31 AttributeSet::get(Context, AttrBuilder().addAttribute(Attribute::ByVal)),
unittests/IR/AttributesTest.cpp 61 AL = AL.addAttributes(C, AttributeList::FunctionIndex, AttributeSet::get(C, B));
86 AttributeSet AS = AttributeSet::get(C, B_align_readonly);
92 AS = AttributeSet::get(C, B_align_readonly);