|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Attributes.h 387 static AttributeList get(LLVMContext &C, unsigned Index,
References
lib/Bitcode/Reader/BitcodeReader.cpp 1393 Attrs.push_back(AttributeList::get(Context, Record[i], B));
1663 MAttributeGroups[GrpID] = AttributeList::get(Context, Idx, B);
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp 1255 return AttributeList::get(Ctx, AttributeList::FunctionIndex,
1572 AttributeList::get(GCResult->getContext(), AttributeList::ReturnIndex,
tools/clang/lib/CodeGen/CGBuiltin.cpp 3775 llvm::AttributeList::get(CGM.getModule().getContext(), 3U, B);
tools/clang/lib/CodeGen/CGExpr.cpp 2993 llvm::AttributeList::get(CGF.getLLVMContext(),
unittests/IR/InstructionsTest.cpp 532 AttributeList::get(C, AttributeList::FunctionIndex, AB));
550 Call->setAttributes(AttributeList::get(C, AttributeList::FunctionIndex, AB));
580 AttributeList::get(C, AttributeList::FunctionIndex, AB));