| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 238 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function 239 return Attrs.getAttribute(Kind); in getAttribute() 243 Attribute getAttribute(StringRef Kind) const { in getAttribute() function 244 return Attrs.getAttribute(Kind); in getAttribute()
|
| H A D | Argument.h | 187 LLVM_ABI Attribute getAttribute(Attribute::AttrKind Kind) const;
|
| H A D | Attributes.h | 436 LLVM_ABI Attribute getAttribute(Attribute::AttrKind Kind) const; 439 LLVM_ABI Attribute getAttribute(StringRef Kind) const; 1141 LLVM_ABI Attribute getAttribute(Attribute::AttrKind Kind) const; 1145 LLVM_ABI Attribute getAttribute(StringRef Kind) const;
|
| /freebsd/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 | 72 AP->emitULEB128(AttrData.getAttribute(), in Emit() 73 dwarf::AttributeString(AttrData.getAttribute()).data()); in Emit() 111 O << " " << dwarf::AttributeString(D.getAttribute()) << " " in print() 178 Abbrev.AddImplicitConstAttribute(V.getAttribute(), in generateAbbrev() 181 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev() 214 if (V.getAttribute() == Attribute) in findAttribute() 247 O << dwarf::AttributeString(V.getAttribute()); in print()
|
| H A D | AsmPrinterDwarf.cpp | 280 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 1106 getAttribute(Attribute::Alignment) != in intersectWith() 1107 Other.getAttribute(Attribute::Alignment)) in intersectWith() 1126 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSet 1127 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute() 1130 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet 1131 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute() 1316 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSetNode 1322 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSetNode 1903 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex() 1908 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex() [all …]
|
| H A D | AttributeImpl.h | 329 Attribute getAttribute(Attribute::AttrKind Kind) const; 330 Attribute getAttribute(StringRef Kind) const;
|
| H A D | Function.cpp | 262 const Attribute RangeAttr = getAttribute(llvm::Attribute::Range); in getRange() 347 Attribute Argument::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in Argument
|
| /freebsd/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/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 68 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function 504 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function 765 if (val.getAttribute() == Attribute) { in replaceValue() 779 if (val.getAttribute() == Attribute) { in replaceValue() 791 if (val.getAttribute() == Attribute) { in replaceValue() 803 if (node.V.getAttribute() == Attribute) { in deleteValue()
|
| /freebsd/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/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 1324 if (V.getAttribute() == dwarf::DW_AT_macro_info) { in emitMacroTableImpl() 1325 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl() 1327 } else if (V.getAttribute() == dwarf::DW_AT_macros) { in emitMacroTableImpl() 1329 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl() 1354 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in emitMacroTableImpl()
|
| H A D | DWARFLinker.cpp | 2068 if (V.getAttribute() == dwarf::DW_AT_addr_base) { in patchAddrBase() 2069 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchAddrBase() 2144 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in patchStmtList() 2145 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerUnit.cpp | 75 encodeULEB128(AttrData.getAttribute(), AbbrevSection.OS); in emitDwarfAbbrevEntry()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 50 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Constant.h | 1224 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function 1225 return cast<llvm::GlobalVariable>(Val)->getAttribute(Kind); in getAttribute() 1229 Attribute getAttribute(StringRef Kind) const { in getAttribute() function 1230 return cast<llvm::GlobalVariable>(Val)->getAttribute(Kind); in getAttribute()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | AssumeBundleBuilder.cpp | 158 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= RK.ArgValue)) in isKnowledgeWorthPreserving() 428 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= in dropRedundantKnowledge()
|
| /freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/ |
| H A D | WindowsManifestMerger.cpp | 94 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function 209 getAttribute(OriginalNode, Attribute->name)) { in mergeAttributes()
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | 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 …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 183 Arg.getAttribute(Attribute::Range).getValueAsConstantRange(); in lowerKernelArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 808 return Attrs.getAttribute("bss-section").getValueAsString(); in handlePragmaClangSection() 810 return Attrs.getAttribute("rodata-section").getValueAsString(); in handlePragmaClangSection() 812 return Attrs.getAttribute("relro-section").getValueAsString(); in handlePragmaClangSection() 814 return Attrs.getAttribute("data-section").getValueAsString(); in handlePragmaClangSection()
|