| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 218 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function 219 return Attrs.getAttribute(Kind); in getAttribute() 223 Attribute getAttribute(StringRef Kind) const { in getAttribute() function 224 return Attrs.getAttribute(Kind); in getAttribute()
|
| H A D | Argument.h | 174 Attribute getAttribute(Attribute::AttrKind Kind) const;
|
| H A D | Attributes.h | 366 Attribute getAttribute(Attribute::AttrKind Kind) const; 369 Attribute getAttribute(StringRef Kind) const; 1053 Attribute getAttribute(Attribute::AttrKind Kind) const; 1057 Attribute getAttribute(StringRef Kind) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIEHash.cpp | 34 if (V.getAttribute() == Attr) in getDIEStringAttr() 115 << dwarf::AttributeString(V.getAttribute()) in collectAttributes() 117 switch (V.getAttribute()) { in collectAttributes() 249 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute()
|
| H A D | DIE.cpp | 74 AP->emitULEB128(AttrData.getAttribute(), in Emit() 75 dwarf::AttributeString(AttrData.getAttribute()).data()); in Emit() 114 << dwarf::AttributeString(Data[i].getAttribute()) in print() 182 Abbrev.AddImplicitConstAttribute(V.getAttribute(), in generateAbbrev() 185 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev() 218 if (V.getAttribute() == Attribute) in findAttribute() 251 O << dwarf::AttributeString(V.getAttribute()); in print()
|
| H A D | AsmPrinterDwarf.cpp | 275 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE()
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | gtest_xml_test_utils.py | 160 child_id = child.parentNode.getAttribute('name') + '-properties' 166 child_id = child.getAttribute(
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 788 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute() 791 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet 792 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute() 1523 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex() 1528 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex() 1759 Attribute A = getAttribute(Kind); in getRawIntAttr() 1772 Attribute A = getAttribute(Attribute::AllocSize); in getAllocSizeArgs() 1856 Attribute A = getAttribute(Kind); in getTypeAttr() 1909 Attribute AttrBuilder::getAttribute(StringRef A) const { in getAttribute() function in AttrBuilder 1917 return getAttribute(A).isValid(); in contains() [all …]
|
| H A D | AttributeImpl.h | 255 Attribute getAttribute(Attribute::AttrKind Kind) const; 256 Attribute getAttribute(StringRef Kind) const;
|
| H A D | Function.cpp | 333 Attribute Argument::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in Argument
|
| H A D | AutoUpgrade.cpp | 5325 Attribute A = B.getAttribute("no-frame-pointer-elim"); in UpgradeAttributes() 5340 A = B.getAttribute("null-pointer-is-valid"); in UpgradeAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 67 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function 495 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function 756 if (val.getAttribute() == Attribute) { in replaceValue() 770 if (val.getAttribute() == Attribute) { in replaceValue() 782 if (val.getAttribute() == Attribute) { in replaceValue() 794 if (node.V.getAttribute() == Attribute) { in deleteValue()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 1310 if (V.getAttribute() == dwarf::DW_AT_macro_info) { in emitMacroTableImpl() 1311 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl() 1313 } else if (V.getAttribute() == dwarf::DW_AT_macros) { in emitMacroTableImpl() 1315 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl() 1340 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in emitMacroTableImpl()
|
| H A D | DWARFLinker.cpp | 2022 if (V.getAttribute() == dwarf::DW_AT_addr_base) { in patchAddrBase() 2023 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchAddrBase() 2084 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in patchStmtList() 2085 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 790 SectionName = Attrs.getAttribute("bss-section").getValueAsString(); in selectExplicitSectionGlobal() 792 SectionName = Attrs.getAttribute("rodata-section").getValueAsString(); in selectExplicitSectionGlobal() 794 SectionName = Attrs.getAttribute("relro-section").getValueAsString(); in selectExplicitSectionGlobal() 796 SectionName = Attrs.getAttribute("data-section").getValueAsString(); in selectExplicitSectionGlobal() 1290 SectionName = Attrs.getAttribute("bss-section").getValueAsString(); in getExplicitSectionGlobal() 1292 SectionName = Attrs.getAttribute("rodata-section").getValueAsString(); in getExplicitSectionGlobal() 1294 SectionName = Attrs.getAttribute("relro-section").getValueAsString(); in getExplicitSectionGlobal() 1296 SectionName = Attrs.getAttribute("data-section").getValueAsString(); in getExplicitSectionGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerUnit.cpp | 77 encodeULEB128(AttrData.getAttribute(), AbbrevSection.OS); in emitDwarfAbbrevEntry()
|
| H A D | DWARFLinkerCompileUnit.cpp | 956 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in emitMacroTableImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 49 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/WindowsManifest/ |
| H A D | WindowsManifestMerger.cpp | 96 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function 211 getAttribute(OriginalNode, Attribute->name)) { in mergeAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 157 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= RK.ArgValue)) in isKnowledgeWorthPreserving() 428 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= in dropRedundantKnowledge()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 247 Arg->getAttribute(Attribute::Alignment).getValueAsInt(); in adjustByValArgAlignment()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVCallLowering.cpp | 294 Arg.getAttribute(Attribute::Alignment).getValueAsInt()); in lowerFormalArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Attributor.cpp | 986 if (!ForceReplace && isEqualOrWorse(Attr, AttrSet.getAttribute(Kind))) in addIfNotExistent() 1206 Attrs.push_back(AttrSet.getAttribute(Kind)); in getAttrs()
|