Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h213 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 DFunction.h367 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 DAttributes.h335 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 DArgument.h170 Attribute getAttribute(Attribute::AttrKind Kind) const;
H A DInstrTypes.h1587 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 DStatepoint.cpp30 AS.getAttribute(AttributeList::FunctionIndex, "statepoint-id"); in parseStatepointDirectivesFromAttrs()
37 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex, in parseStatepointDirectivesFromAttrs()
H A DAttributeImpl.h248 Attribute getAttribute(Attribute::AttrKind Kind) const;
249 Attribute getAttribute(StringRef Kind) const;
H A DAttributes.cpp667 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 DCore.cpp2481 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 DDIEHash.cpp35 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 DDIE.cpp80 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 DAsmPrinterDwarf.cpp294 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgtest_xml_test_utils.py132 child_id = child.parentNode.getAttribute('name') + '-properties'
136 child_id = child.getAttribute(
/freebsd-13.1/crypto/heimdal/lib/hx509/
H A Dks_keychain.c51 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 DHexagonTargetMachine.cpp241 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 DDWARFLinkerCompileUnit.h39 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp156 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= RK.ArgValue)) in isKnowledgeWorthPreserving()
426 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= in dropRedundantKnowledge()
H A DValueMapper.cpp950 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) { in remapInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp98 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function
213 getAttribute(OriginalNode, Attribute->name)) { in mergeAttributes()
/freebsd-13.1/contrib/libxo/xohtml/external/
H A Djquery.js1402 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 DDIE.h67 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 DTargetLoweringObjectFileImpl.cpp746 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 DAttributor.cpp387 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 DDWARFLinker.cpp837 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 DVectorUtils.cpp1329 CI.getAttribute(AttributeList::FunctionIndex, VFABI::MappingsAttrName) in getVectorVariantNames()

12