| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 213 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function 214 return Attrs.getAttribute(Kind); in getAttribute() 218 Attribute getAttribute(StringRef Kind) const { in getAttribute() function 219 return Attrs.getAttribute(Kind); in getAttribute()
|
| H A D | Function.h | 367 return getAttribute(AttributeList::FunctionIndex, Kind); in getFnAttribute() 372 return getAttribute(AttributeList::FunctionIndex, Kind); in getFnAttribute() 460 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { in getAttribute() function 461 return AttributeSets.getAttribute(i, Kind); in getAttribute() 465 Attribute getAttribute(unsigned i, StringRef Kind) const { in getAttribute() function 466 return AttributeSets.getAttribute(i, Kind); in getAttribute()
|
| H A D | Attributes.h | 335 Attribute getAttribute(Attribute::AttrKind Kind) const; 338 Attribute getAttribute(StringRef Kind) const; 562 Attribute Attr = getAttribute(ArgNo, Kind); 673 Attribute getAttribute(unsigned Index, Attribute::AttrKind Kind) const; 676 Attribute getAttribute(unsigned Index, StringRef Kind) const; 680 return getAttribute(ArgNo + FirstArgIndex, Kind); 685 return getAttribute(ArgNo + FirstArgIndex, Kind);
|
| H A D | Argument.h | 170 Attribute getAttribute(Attribute::AttrKind Kind) const;
|
| H A D | InstrTypes.h | 1587 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { 1588 return getAttributes().getAttribute(i, Kind); 1592 Attribute getAttribute(unsigned i, StringRef Kind) const { 1593 return getAttributes().getAttribute(i, Kind);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Statepoint.cpp | 30 AS.getAttribute(AttributeList::FunctionIndex, "statepoint-id"); in parseStatepointDirectivesFromAttrs() 37 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex, in parseStatepointDirectivesFromAttrs()
|
| H A D | AttributeImpl.h | 248 Attribute getAttribute(Attribute::AttrKind Kind) const; 249 Attribute getAttribute(StringRef Kind) const;
|
| H A D | Attributes.cpp | 667 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSet 668 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute() 671 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet 672 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute() 882 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSetNode 888 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSetNode 1418 Attribute AttributeList::getAttribute(unsigned Index, in getAttribute() function in AttributeList 1420 return getAttributes(Index).getAttribute(Kind); in getAttribute() 1423 Attribute AttributeList::getAttribute(unsigned Index, StringRef Kind) const { in getAttribute() function in AttributeList 1424 return getAttributes(Index).getAttribute(Kind); in getAttribute()
|
| H A D | Core.cpp | 2481 return wrap(unwrap<Function>(F)->getAttribute(Idx, in LLVMGetEnumAttributeAtIndex() 2488 return wrap(unwrap<Function>(F)->getAttribute(Idx, StringRef(K, KLen))); in LLVMGetStringAttributeAtIndex() 2892 unwrap<CallBase>(C)->getAttribute(Idx, (Attribute::AttrKind)KindID)); in LLVMGetCallSiteEnumAttribute() 2898 return wrap(unwrap<CallBase>(C)->getAttribute(Idx, StringRef(K, KLen))); in LLVMGetCallSiteStringAttribute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 35 if (V.getAttribute() == Attr) in getDIEStringAttr() 120 << dwarf::AttributeString(V.getAttribute()) in collectAttributes() 122 switch (V.getAttribute()) { in collectAttributes() 242 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute()
|
| H A D | DIE.cpp | 80 AP->emitULEB128(AttrData.getAttribute(), in Emit() 81 dwarf::AttributeString(AttrData.getAttribute()).data()); in Emit() 120 << dwarf::AttributeString(Data[i].getAttribute()) in print() 190 Abbrev.AddImplicitConstAttribute(V.getAttribute(), in generateAbbrev() 193 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev() 225 if (V.getAttribute() == Attribute) in findAttribute() 258 O << dwarf::AttributeString(V.getAttribute()); in print()
|
| H A D | AsmPrinterDwarf.cpp | 294 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE()
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | gtest_xml_test_utils.py | 132 child_id = child.parentNode.getAttribute('name') + '-properties' 136 child_id = child.getAttribute(
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | ks_keychain.c | 51 getAttribute(SecKeychainItemRef itemRef, SecItemAttr item, in getAttribute() function 285 ret = getAttribute(itemRef, kSecKeyKeySizeInBits, &attrs); in set_private_key()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetMachine.cpp | 241 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl() 243 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | 39 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 156 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= RK.ArgValue)) in isKnowledgeWorthPreserving() 426 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= in dropRedundantKnowledge()
|
| H A D | ValueMapper.cpp | 950 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) { in remapInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/WindowsManifest/ |
| H A D | WindowsManifestMerger.cpp | 98 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function 213 getAttribute(OriginalNode, Attribute->name)) { in mergeAttributes()
|
| /freebsd-13.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 1402 style: /top/.test( a.getAttribute("style") ), 1406 hrefNormalized: ( a.getAttribute( "href" ) === "/a" ), 1989 data = elem.getAttribute( name ); 2548 ret = elem.getAttribute( name ); 2786 var ret = elem.getAttribute( name, 2 ); 4306 return elem.getAttribute( "href" ); 4309 return elem.getAttribute( "type" ); 4774 elem.getAttribute( name ), 5038 div.firstChild.getAttribute("href") !== "#" ) { 5041 return elem.getAttribute( "href", 2 ); [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 67 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function 488 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 746 SectionName = Attrs.getAttribute("bss-section").getValueAsString(); in selectExplicitSectionGlobal() 748 SectionName = Attrs.getAttribute("rodata-section").getValueAsString(); in selectExplicitSectionGlobal() 750 SectionName = Attrs.getAttribute("relro-section").getValueAsString(); in selectExplicitSectionGlobal() 752 SectionName = Attrs.getAttribute("data-section").getValueAsString(); in selectExplicitSectionGlobal()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 387 isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind))) in addIfNotExistent() 396 isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind))) in addIfNotExistent() 405 isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind))) in addIfNotExistent() 663 Attrs.push_back(AttrList.getAttribute(getAttrIdx(), AK)); in getAttrsFromIRAttr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 837 Abbreviations.back()->AddAttribute(Attr.getAttribute(), Attr.getForm()); in assignAbbrev() 1629 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in patchStmtList() 1630 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 1329 CI.getAttribute(AttributeList::FunctionIndex, VFABI::MappingsAttrName) in getVectorVariantNames()
|