Home
last modified time | relevance | path

Searched refs:hasAttributes (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalVariable.h209 bool hasAttributes() const { in hasAttributes() function
210 return Attrs.hasAttributes(); in hasAttributes()
232 if (!hasAttributes()) in getAttributesAsList()
H A DAttributes.h265 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function
546 bool hasAttributes(unsigned Index) const;
560 return hasAttributes(ArgNo + FirstArgIndex);
753 bool hasAttributes() const;
757 bool hasAttributes(AttributeList A, uint64_t Index) const;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAttributes.cpp538 if (!hasAttributes()) in addAttributes()
541 if (!AS.hasAttributes()) in addAttributes()
948 if (ArgAttrs[I - 1].hasAttributes()) { in get()
956 if (RetAttrs.hasAttributes()) in get()
958 else if (FnAttrs.hasAttributes()) in get()
983 if (!B.hasAttributes()) in get()
1058 if (!B.hasAttributes()) in addAttributes()
1211 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList
1212 return getAttributes(Index).hasAttributes(); in hasAttributes()
1309 if (getAttributes(i).hasAttributes()) in dump()
[all …]
H A DAsmWriter.cpp934 if (Attrs.hasAttributes()) in processModule()
965 if (FnAttrs.hasAttributes()) in processModule()
1003 if (Attrs.hasAttributes()) in processFunction()
1204 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot()
2505 if (Attrs.hasAttributes()) in writeParamOperand()
3241 if (Attrs.hasAttributes()) in printGlobal()
3369 if (Attrs.hasAttributes(AttributeList::ReturnIndex)) in printFunction()
3387 if (ArgAttrs.hasAttributes()) in printFunction()
3469 if (Attrs.hasAttributes()) in printArgument()
3764 if (PAL.hasAttributes(AttributeList::ReturnIndex)) in printInstruction()
[all …]
H A DAttributeImpl.h182 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
H A DVerifier.cpp1560 if (!Attrs.hasAttributes()) in verifyParameterAttrs()
1729 if (!Attrs.hasAttributes(AttributeList::FunctionIndex)) in verifyFunctionAttrs()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h185 if (!Group.second.hasAttributes()) in getAttributeGroupID()
H A DValueEnumerator.cpp352 if (GV.hasAttributes()) in ValueEnumerator()
934 if (!AS.hasAttributes()) in EnumerateAttributes()
H A DBitcodeWriter.cpp777 if (AS.hasAttributes()) in writeAttributeTable()
1258 GV.hasAttributes() || in writeModuleInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h760 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2413 bool hasAttributes() const { in hasAttributes() function
2414 if (!getAttributes().empty() || getDeclSpec().hasAttributes()) in hasAttributes()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1702 if (!B.hasAttributes()) in setFastFlags()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp1110 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in ParseGlobal()
1140 if (!NumberedAttrBuilders[VarID].hasAttributes()) in ParseUnnamedAttrGrp()
2568 if (ArgList[i].Attrs.hasAttributes()) in ParseFunctionType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp2155 if (Attrs.hasAttributes()) { in ConstructAttributeList()
H A DCodeGenModule.cpp2825 if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) { in GetOrCreateLLVMFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2401 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp64 .hasAttributes()) in isInTailCallPosition()