| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 208 bool hasAttributes() const { in hasAttributes() function 209 return Attrs.hasAttributes(); in hasAttributes() 231 if (!hasAttributes()) in getAttributesAsList()
|
| H A D | Attributes.h | 314 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 D | MachineBasicBlock.cpp | 481 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 D | Attributes.cpp | 754 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 D | AsmWriter.cpp | 993 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 D | AttributeImpl.h | 246 bool hasAttributes() const { return NumAttrs != 0; } in hasAttributes() function
|
| H A D | Verifier.cpp | 1766 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 D | ReduceAttributes.cpp | 69 if (AS.hasAttributes()) in visitGlobalVariable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 183 if (!Group.second.hasAttributes()) in getAttributeGroupID()
|
| H A D | ValueEnumerator.cpp | 391 if (GV.hasAttributes()) in ValueEnumerator() 1026 if (!AS.hasAttributes()) in EnumerateAttributes()
|
| H A D | BitcodeWriter.cpp | 836 if (AS.hasAttributes()) in writeAttributeTable() 1349 GV.hasAttributes() || in writeModuleInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 793 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 D | LLParser.cpp | 1236 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 D | CGCall.cpp | 2513 if (Attrs.hasAttributes()) { in ConstructAttributeList()
|
| H A D | CodeGenModule.cpp | 3586 if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) { in GetOrCreateLLVMFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2480 } else if (Specs == DeclSpec::PQ_None && !DS.hasAttributes()) { in ParseSpecifierQualifierList()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 506 .hasAttributes()) in isLibCallInTailPosition()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 68 if (CallerAttrs.hasAttributes()) in isInTailCallPosition()
|