Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDjs_calls_example.txt105 browser.xml func getAttribute 1
122 tabbox.xml func getAttribute 1
137 webdeveloper.js func getAttribute 1
181 general.xml func getAttribute 2
210 autocomplete.xml func getAttribute 3
214 progressmeter.xml func getAttribute 3
232 tabbrowser.xml func getAttribute 4
283 text.xml func getAttribute 19
284 firebug.js func getAttribute 20
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDIE.cpp76 AP->EmitULEB128(AttrData.getAttribute(), in Emit()
77 dwarf::AttributeString(AttrData.getAttribute())); in Emit()
101 << dwarf::AttributeString(Data[i].getAttribute()) in print()
113 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev()
142 if (V.getAttribute() == Attribute) in findAttribute()
173 O << dwarf::AttributeString(V.getAttribute()); in print()
HDDIEHash.cpp37 if (V.getAttribute() == Attr) in getDIEStringAttr()
126 << dwarf::AttributeString(V.getAttribute()) in collectAttributes()
128 switch (V.getAttribute()) { in collectAttributes()
283 dwarf::Attribute Attribute = Value.getAttribute(); in hashAttribute()
HDAsmPrinterDwarf.cpp263 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE()
/NextBSD/contrib/llvm/lib/IR/
HDAttributeImpl.h163 Attribute getAttribute(Attribute::AttrKind Kind) const;
164 Attribute getAttribute(StringRef Kind) const;
HDAttributes.cpp511 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSetNode
518 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSetNode
985 Attribute AttributeSet::getAttribute(unsigned Index, in getAttribute() function in AttributeSet
988 return ASN ? ASN->getAttribute(Kind) : Attribute(); in getAttribute()
991 Attribute AttributeSet::getAttribute(unsigned Index, in getAttribute() function in AttributeSet
994 return ASN ? ASN->getAttribute(Kind) : Attribute(); in getAttribute()
/NextBSD/contrib/llvm/include/llvm/IR/
HDFunction.h226 return AttributeSets.getAttribute(AttributeSet::FunctionIndex, Kind);
229 return AttributeSets.getAttribute(AttributeSet::FunctionIndex, Kind);
HDAttributes.h343 Attribute getAttribute(unsigned Index, Attribute::AttrKind Kind) const;
346 Attribute getAttribute(unsigned Index, StringRef Kind) const;
/NextBSD/crypto/heimdal/lib/hx509/
HDks_keychain.c51 getAttribute(SecKeychainItemRef itemRef, SecItemAttr item, in getAttribute() function
285 ret = getAttribute(itemRef, kSecKeyKeySizeInBits, &attrs); in set_private_key()
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.js1402 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("disa…
2548 ret = elem.getAttribute( name );
2786 var ret = elem.getAttribute( name, 2 );
2837 return elem.getAttribute("value") === null ? "on" : elem.value;
4306 return elem.getAttribute( "href" );
4309 return elem.getAttribute( "type" );
[all …]
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDPlaceSafepoints.cpp894 OriginalAttrs.getAttribute(AttributeSet::FunctionIndex, "statepoint-id"); in ReplaceWithStatepoint()
895 Attribute AttrNumPatchBytes = OriginalAttrs.getAttribute( in ReplaceWithStatepoint()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDDIE.h48 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
423 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
/NextBSD/contrib/llvm/lib/Analysis/
HDStratifiedSets.h464 bool getAttribute(const T &Main, unsigned AttrNum) { in getAttribute() function
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp4828 .getAttribute(AttributeSet::FunctionIndex, "trap-func-name") in visitIntrinsicCall()