Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h218 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
219 return Attrs.getAttribute(Kind); in getAttribute()
223 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
224 return Attrs.getAttribute(Kind); in getAttribute()
H A DArgument.h181 Attribute getAttribute(Attribute::AttrKind Kind) const;
H A DAttributes.h399 Attribute getAttribute(Attribute::AttrKind Kind) const;
402 Attribute getAttribute(StringRef Kind) const;
1096 Attribute getAttribute(Attribute::AttrKind Kind) const;
1100 Attribute getAttribute(StringRef Kind) const;
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp34 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 DDIE.cpp72 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 DAsmPrinterDwarf.cpp275 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE()
/src/contrib/googletest/googletest/test/
H A Dgtest_xml_test_utils.py160 child_id = child.parentNode.getAttribute('name') + '-properties'
166 child_id = child.getAttribute(
/src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp917 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSet
918 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
921 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet
922 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
1103 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSetNode
1109 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSetNode
1660 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex()
1665 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex()
1896 Attribute A = getAttribute(Kind); in getRawIntAttr()
1909 Attribute A = getAttribute(Attribute::AllocSize); in getAllocSizeArgs()
[all …]
H A DAttributeImpl.h332 Attribute getAttribute(Attribute::AttrKind Kind) const;
333 Attribute getAttribute(StringRef Kind) const;
H A DFunction.cpp269 const Attribute RangeAttr = getAttribute(llvm::Attribute::Range); in getRange()
350 Attribute Argument::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in Argument
H A DVerifier.cpp2058 auto Inits = Attrs.getAttribute(Attribute::Initializes).getInitializes(); in verifyParameterAttrs()
2066 uint64_t Val = Attrs.getAttribute(Attribute::NoFPClass).getValueAsInt(); in verifyParameterAttrs()
2074 Attrs.getAttribute(Attribute::Range).getValueAsConstantRange(); in verifyParameterAttrs()
3814 Attribute Attr = Attrs.getParamAttrs(I).getAttribute(AK); in getParameterABIAttributes()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h67 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
495 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
756 if (val.getAttribute() == Attribute) { in replaceValue()
770 if (val.getAttribute() == Attribute) { in replaceValue()
782 if (val.getAttribute() == Attribute) { in replaceValue()
794 if (node.V.getAttribute() == Attribute) { in deleteValue()
/src/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()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1319 if (V.getAttribute() == dwarf::DW_AT_macro_info) { in emitMacroTableImpl()
1320 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
1322 } else if (V.getAttribute() == dwarf::DW_AT_macros) { in emitMacroTableImpl()
1324 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
1349 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in emitMacroTableImpl()
H A DDWARFLinker.cpp2039 if (V.getAttribute() == dwarf::DW_AT_addr_base) { in patchAddrBase()
2040 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchAddrBase()
2101 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in patchStmtList()
2102 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp797 SectionName = Attrs.getAttribute("bss-section").getValueAsString(); in selectExplicitSectionGlobal()
799 SectionName = Attrs.getAttribute("rodata-section").getValueAsString(); in selectExplicitSectionGlobal()
801 SectionName = Attrs.getAttribute("relro-section").getValueAsString(); in selectExplicitSectionGlobal()
803 SectionName = Attrs.getAttribute("data-section").getValueAsString(); in selectExplicitSectionGlobal()
1293 SectionName = Attrs.getAttribute("bss-section").getValueAsString(); in getExplicitSectionGlobal()
1295 SectionName = Attrs.getAttribute("rodata-section").getValueAsString(); in getExplicitSectionGlobal()
1297 SectionName = Attrs.getAttribute("relro-section").getValueAsString(); in getExplicitSectionGlobal()
1299 SectionName = Attrs.getAttribute("data-section").getValueAsString(); in getExplicitSectionGlobal()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp75 encodeULEB128(AttrData.getAttribute(), AbbrevSection.OS); in emitDwarfAbbrevEntry()
H A DDWARFLinkerCompileUnit.cpp956 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in emitMacroTableImpl()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h49 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
/src/contrib/libxo/xohtml/external/
H A Djquery.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 …]
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp157 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= RK.ArgValue)) in isKnowledgeWorthPreserving()
428 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= in dropRedundantKnowledge()
/src/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp96 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function
211 getAttribute(OriginalNode, Attribute->name)) { in mergeAttributes()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp336 Arg->getAttribute(Attribute::Alignment).getValueAsInt(); in adjustByValArgAlignment()
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp313 Arg.getAttribute(Attribute::Alignment).getValueAsInt()); in lowerFormalArguments()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp986 if (!ForceReplace && isEqualOrWorse(Attr, AttrSet.getAttribute(Kind))) in addIfNotExistent()
1206 Attrs.push_back(AttrSet.getAttribute(Kind)); in getAttrs()

12