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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp30 AS.getAttribute(AttributeList::FunctionIndex, "statepoint-id");
37 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex,
H A DAttributeImpl.h244 Attribute getAttribute(Attribute::AttrKind Kind) const;
245 Attribute getAttribute(StringRef Kind) const;
H A DAttributes.cpp721 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { function in class:AttributeSet
722 return SetNode ? SetNode->getAttribute(Kind) : Attribute();
725 Attribute AttributeSet::getAttribute(StringRef Kind) const { function in class:AttributeSet
726 return SetNode ? SetNode->getAttribute(Kind) : Attribute();
903 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { function in class:AttributeSetNode
909 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { function in class:AttributeSetNode
1434 Attribute AttributeList::getAttribute(unsigned Index, function in class:AttributeList
1436 return getAttributes(Index).getAttribute(Kind);
1439 Attribute AttributeList::getAttribute(unsigned Index, StringRef Kind) const { function in class:AttributeList
1440 return getAttributes(Index).getAttribute(Kin
[all...]
H A DCore.cpp2419 return wrap(unwrap<Function>(F)->getAttribute(Idx,
2426 return wrap(unwrap<Function>(F)->getAttribute(Idx, StringRef(K, KLen)));
2831 unwrap<CallBase>(C)->getAttribute(Idx, (Attribute::AttrKind)KindID));
2837 return wrap(unwrap<CallBase>(C)->getAttribute(Idx, StringRef(K, KLen)));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h212 Attribute getAttribute(Attribute::AttrKind Kind) const { function in class:llvm::GlobalVariable
213 return Attrs.getAttribute(Kind);
217 Attribute getAttribute(StringRef Kind) const { function in class:llvm::GlobalVariable
218 return Attrs.getAttribute(Kind);
H A DArgument.h139 Attribute getAttribute(Attribute::AttrKind Kind) const;
H A DAttributes.h296 Attribute getAttribute(Attribute::AttrKind Kind) const;
299 Attribute getAttribute(StringRef Kind) const;
605 Attribute getAttribute(unsigned Index, Attribute::AttrKind Kind) const;
608 Attribute getAttribute(unsigned Index, StringRef Kind) const;
612 return getAttribute(ArgNo + FirstArgIndex, Kind);
617 return getAttribute(ArgNo + FirstArgIndex, Kind);
H A DFunction.h341 return getAttribute(AttributeList::FunctionIndex, Kind);
346 return getAttribute(AttributeList::FunctionIndex, Kind);
427 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { function in class:llvm::Function
428 return AttributeSets.getAttribute(i, Kind);
432 Attribute getAttribute(unsigned i, StringRef Kind) const { function in class:llvm::Function
433 return AttributeSets.getAttribute(i, Kind);
H A DInstrTypes.h1488 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const {
1489 return getAttributes().getAttribute(i, Kind);
1493 Attribute getAttribute(unsigned i, StringRef Kind) const {
1494 return getAttributes().getAttribute(i, Kind);
/freebsd-13-stable/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-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp34 if (V.getAttribute() == Attr)
119 << dwarf::AttributeString(V.getAttribute())
121 switch (V.getAttribute()) {
233 dwarf::Attribute Attribute = Value.getAttribute();
H A DDIE.cpp80 AP->emitULEB128(AttrData.getAttribute(),
81 dwarf::AttributeString(AttrData.getAttribute()).data());
120 << dwarf::AttributeString(Data[i].getAttribute())
190 Abbrev.AddImplicitConstAttribute(V.getAttribute(),
193 Abbrev.AddAttribute(V.getAttribute(), V.getForm());
225 if (V.getAttribute() == Attribute)
258 O << dwarf::AttributeString(V.getAttribute());
H A DAsmPrinterDwarf.cpp267 dwarf::Attribute Attr = V.getAttribute();
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dks_keychain.c51 getAttribute(SecKeychainItemRef itemRef, SecItemAttr item, function
285 ret = getAttribute(itemRef, kSecKeyKeySizeInBits, &attrs);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp230 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu");
232 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h39 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp155 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= RK.ArgValue))
394 Arg->getAttribute(RK.AttrKind).getValueAsInt() >=
H A DValueMapper.cpp904 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp98 static xmlAttrPtr getAttribute(xmlNodePtr Node, function
213 getAttribute(OriginalNode, Attribute->name)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h67 dwarf::Attribute getAttribute() const { return Attribute; } function in class:llvm::DIEAbbrevData
470 dwarf::Attribute getAttribute() const { return Attribute; } function in class:llvm::DIEValue
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js1400 // Get the style information from getAttribute
1402 style: /top/.test( a.getAttribute("style") ),
1406 hrefNormalized: ( a.getAttribute( "href" ) === "/a" ),
1907 return !(match === true || elem.getAttribute("classid") !== match);
1989 data = elem.getAttribute( name );
2452 if ( option.selected && (jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null) &&
2516 if ( !("getAttribute" in elem) ) {
2548 ret = elem.getAttribute( name );
2786 var ret = elem.getAttribute( name, 2 );
2837 return elem.getAttribute("valu
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp653 SectionName = Attrs.getAttribute("bss-section").getValueAsString();
655 SectionName = Attrs.getAttribute("rodata-section").getValueAsString();
657 SectionName = Attrs.getAttribute("relro-section").getValueAsString();
659 SectionName = Attrs.getAttribute("data-section").getValueAsString();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp108 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp116 if (isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind)))
124 if (isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind)))
132 if (isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind)))
382 Attrs.push_back(AttrList.getAttribute(getAttrIdx(), AK));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp811 Abbreviations.back()->AddAttribute(Attr.getAttribute(), Attr.getForm());
1580 if (V.getAttribute() == dwarf::DW_AT_stmt_list) {
1581 V = DIEValue(V.getAttribute(), V.getForm(), Offset);

Completed in 168 milliseconds

12