| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | js_calls_example.txt | 105 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/ |
| HD | DIE.cpp | 76 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()
|
| HD | DIEHash.cpp | 37 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()
|
| HD | AsmPrinterDwarf.cpp | 263 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | AttributeImpl.h | 163 Attribute getAttribute(Attribute::AttrKind Kind) const; 164 Attribute getAttribute(StringRef Kind) const;
|
| HD | Attributes.cpp | 511 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/ |
| HD | Function.h | 226 return AttributeSets.getAttribute(AttributeSet::FunctionIndex, Kind); 229 return AttributeSets.getAttribute(AttributeSet::FunctionIndex, Kind);
|
| HD | Attributes.h | 343 Attribute getAttribute(unsigned Index, Attribute::AttrKind Kind) const; 346 Attribute getAttribute(unsigned Index, StringRef Kind) const;
|
| /NextBSD/crypto/heimdal/lib/hx509/ |
| HD | ks_keychain.c | 51 getAttribute(SecKeychainItemRef itemRef, SecItemAttr item, in getAttribute() function 285 ret = getAttribute(itemRef, kSecKeyKeySizeInBits, &attrs); in set_private_key()
|
| /NextBSD/contrib/libxo/xohtml/external/ |
| HD | jquery.js | 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("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/ |
| HD | PlaceSafepoints.cpp | 894 OriginalAttrs.getAttribute(AttributeSet::FunctionIndex, "statepoint-id"); in ReplaceWithStatepoint() 895 Attribute AttrNumPatchBytes = OriginalAttrs.getAttribute( in ReplaceWithStatepoint()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | DIE.h | 48 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function 423 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | StratifiedSets.h | 464 bool getAttribute(const T &Main, unsigned AttrNum) { in getAttribute() function
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.cpp | 4828 .getAttribute(AttributeSet::FunctionIndex, "trap-func-name") in visitIntrinsicCall()
|