|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Attributes.h 92 static Attribute get(LLVMContext &Context, StringRef Kind,
References
include/llvm/CodeGen/CommandFlags.inc 405 Attribute::get(Ctx, "trap-func-name", TrapFuncName));
include/llvm/IR/Function.h 236 Attribute::get(getContext(), Kind, Val));
lib/IR/Attributes.cpp 810 Attrs.emplace_back(Attribute::get(C, TDA.first, TDA.second));
1102 Attrs.emplace_back(Index, Attribute::get(C, K));
lib/IR/Core.cpp 169 return wrap(Attribute::get(*unwrap(C), StringRef(K, KLength),
2431 Attribute Attr = Attribute::get(Func->getContext(), A, V);
lib/Transforms/IPO/Attributor.cpp 2948 Attrs.emplace_back(Attribute::get(Ctx, "no-capture-maybe-returned"));
lib/Transforms/IPO/Inliner.cpp 523 Attribute attr = Attribute::get(CS->getContext(), "inline-remark", message);
tools/clang/lib/CodeGen/CGExpr.cpp 3306 auto A = llvm::Attribute::get(getLLVMContext(), "trap-func-name",