Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h208 bool hasAttributes() const { in hasAttributes() function
209 return Attrs.hasAttributes(); in hasAttributes()
231 if (!hasAttributes()) in getAttributesAsList()
H A DAttributes.h314 bool hasAttributes() const { return SetNode != nullptr; } in hasAttributes() function
631 bool hasAttributes(unsigned Index) const;
645 return hasAttributes(ArgNo + FirstArgIndex);
877 bool hasAttributes() const;
881 bool hasAttributes(AttributeList A, uint64_t Index) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp481 bool hasAttributes = false; in printName() local
488 hasAttributes = true; in printName()
511 os << (hasAttributes ? ", " : " ("); in printName()
513 hasAttributes = true; in printName()
516 os << (hasAttributes ? ", " : " ("); in printName()
518 hasAttributes = true; in printName()
521 os << (hasAttributes ? ", " : " ("); in printName()
523 hasAttributes = true; in printName()
526 os << (hasAttributes ? ", " : " ("); in printName()
528 hasAttributes = true; in printName()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp754 if (!hasAttributes()) in addAttributes()
757 if (!AS.hasAttributes()) in addAttributes()
865 assert(hasAttributes() && "empty AttributeSet doesn't refer to any context"); in hasParentContext()
1260 return !Pair.second.hasAttributes(); in get()
1285 if (ArgAttrs[I - 1].hasAttributes()) { in get()
1293 if (RetAttrs.hasAttributes()) in get()
1295 else if (FnAttrs.hasAttributes()) in get()
1320 if (!B.hasAttributes()) in get()
1418 if (!B.hasAttributes()) in addAttributes()
1576 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList
[all …]
H A DAsmWriter.cpp993 if (Attrs.hasAttributes()) in processModule()
1024 if (FnAttrs.hasAttributes()) in processModule()
1062 if (Attrs.hasAttributes()) in processFunction()
1266 assert(AS.hasAttributes() && "Doesn't need a slot!"); in CreateAttributeSetSlot()
2760 if (Attrs.hasAttributes()) { in writeParamOperand()
3605 if (Attrs.hasAttributes()) in printGlobal()
3698 if (Attrs.hasAttributes(AttributeList::FunctionIndex)) { in printFunction()
3736 if (Attrs.hasAttributes(AttributeList::ReturnIndex)) in printFunction()
3754 if (ArgAttrs.hasAttributes()) { in printFunction()
3785 if (Attrs.hasAttributes(AttributeList::FunctionIndex)) in printFunction()
[all …]
H A DAttributeImpl.h246 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
H A DVerifier.cpp1766 if (!Attrs.hasAttributes()) in verifyParameterAttrs()
1900 Assert(!AttrSet.hasAttributes() || AttrSet.hasParentContext(Context), in verifyFunctionAttrs()
1998 if (!Attrs.hasAttributes(AttributeList::FunctionIndex)) in verifyFunctionAttrs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp69 if (AS.hasAttributes()) in visitGlobalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
H A DValueEnumerator.cpp391 if (GV.hasAttributes()) in ValueEnumerator()
1026 if (!AS.hasAttributes()) in EnumerateAttributes()
H A DBitcodeWriter.cpp836 if (AS.hasAttributes()) in writeAttributeTable()
1349 GV.hasAttributes() || in writeModuleInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h793 bool hasAttributes() const { return !Attrs.empty(); } in hasAttributes() function
2527 bool hasAttributes() const { in hasAttributes() function
2528 if (!getAttributes().empty() || getDeclSpec().hasAttributes()) in hasAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1236 if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) { in parseGlobal()
1266 if (!NumberedAttrBuilders[VarID].hasAttributes()) in parseUnnamedAttrGrp()
2910 if (ArgList[i].Attrs.hasAttributes()) in parseFunctionType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp2513 if (Attrs.hasAttributes()) { in ConstructAttributeList()
H A DCodeGenModule.cpp3586 if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) { in GetOrCreateLLVMFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2480 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp506 .hasAttributes()) in isLibCallInTailPosition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp68 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()