Searched refs:hasAttributes (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h208 bool hasAttributes() const { function in class:llvm::GlobalVariable
209 return Attrs.hasAttributes();
231 if (!hasAttributes())
H A DAttributes.h274 bool hasAttributes() const { return SetNode != nullptr; } function in class:llvm::AttributeSet
556 bool hasAttributes(unsigned Index) const;
570 return hasAttributes(ArgNo + FirstArgIndex);
767 bool hasAttributes() const;
771 bool hasAttributes(AttributeList A, uint64_t Index) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp614 if (!hasAttributes())
617 if (!AS.hasAttributes())
1022 return !Pair.second.hasAttributes();
1047 if (ArgAttrs[I - 1].hasAttributes()) {
1055 if (RetAttrs.hasAttributes())
1057 else if (FnAttrs.hasAttributes())
1082 if (!B.hasAttributes())
1157 if (!B.hasAttributes())
1310 bool AttributeList::hasAttributes(unsigned Index) const { function in class:AttributeList
1311 return getAttributes(Index).hasAttributes();
1655 bool AttrBuilder::hasAttributes() const { function in class:AttrBuilder
1659 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { function in class:AttrBuilder
[all...]
H A DAttributeImpl.h206 bool hasAttributes() const { return NumAttrs != 0; } function in class:llvm::final
H A DAsmWriter.cpp941 if (Attrs.hasAttributes())
972 if (FnAttrs.hasAttributes())
1010 if (Attrs.hasAttributes())
1214 assert(AS.hasAttributes() && "Doesn't need a slot!");
2536 if (Attrs.hasAttributes()) {
3322 if (Attrs.hasAttributes())
3415 if (Attrs.hasAttributes(AttributeList::FunctionIndex)) {
3453 if (Attrs.hasAttributes(AttributeList::ReturnIndex))
3471 if (ArgAttrs.hasAttributes()) {
3502 if (Attrs.hasAttributes(AttributeLis
[all...]
H A DVerifier.cpp1588 if (!Attrs.hasAttributes())
1773 if (!Attrs.hasAttributes(AttributeList::FunctionIndex))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h184 if (!Group.second.hasAttributes())
H A DValueEnumerator.cpp351 if (GV.hasAttributes())
932 if (!AS.hasAttributes())
H A DBitcodeWriter.cpp799 if (AS.hasAttributes())
1285 GV.hasAttributes() ||
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h785 bool hasAttributes() const { return !Attrs.empty(); } function in class:clang::DeclSpec
2499 /// hasAttributes - do we contain any attributes?
2500 bool hasAttributes() const {
2501 if (!getAttributes().empty() || getDeclSpec().hasAttributes())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1735 if (!B.hasAttributes())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1147 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) {
1177 if (!NumberedAttrBuilders[VarID].hasAttributes())
2664 if (ArgList[i].Attrs.hasAttributes())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2182 if (Attrs.hasAttributes()) {
H A DCodeGenModule.cpp3242 if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2499 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp342 .hasAttributes())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp66 .hasAttributes())

Completed in 438 milliseconds