Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalVariable.h212 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
213 return Attrs.getAttribute(Kind); in getAttribute()
217 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
218 return Attrs.getAttribute(Kind); in getAttribute()
H A DArgument.h170 Attribute getAttribute(Attribute::AttrKind Kind) const;
H A DAttributes.h364 Attribute getAttribute(Attribute::AttrKind Kind) const;
367 Attribute getAttribute(StringRef Kind) const;
1103 Attribute getAttribute(Attribute::AttrKind Kind) const;
1107 Attribute getAttribute(StringRef Kind) const;
/openbsd-src/usr.sbin/httpd/
H A Djs.h.in2 const cellVal = (e) => e.getAttribute('title') || e.getAttribute('data-o') ||
/openbsd-src/gnu/llvm/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.cpp74 AP->emitULEB128(AttrData.getAttribute(), in Emit()
75 dwarf::AttributeString(AttrData.getAttribute()).data()); in Emit()
114 << dwarf::AttributeString(Data[i].getAttribute()) in print()
184 Abbrev.AddImplicitConstAttribute(V.getAttribute(), in generateAbbrev()
187 Abbrev.AddAttribute(V.getAttribute(), V.getForm()); in generateAbbrev()
220 if (V.getAttribute() == Attribute) in findAttribute()
253 O << dwarf::AttributeString(V.getAttribute()); in print()
H A DAsmPrinterDwarf.cpp296 dwarf::Attribute Attr = V.getAttribute(); in emitDwarfDIE()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp768 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSet
769 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
772 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet
773 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
950 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSetNode
956 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSetNode
1494 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex()
1499 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex()
1722 Attribute A = getAttribute(Kind); in getRawIntAttr()
1735 Attribute A = getAttribute(Attribute::AllocSize); in getAllocSizeArgs()
[all …]
H A DAttributeImpl.h255 Attribute getAttribute(Attribute::AttrKind Kind) const;
256 Attribute getAttribute(StringRef Kind) const;
H A DFunction.cpp307 Attribute Argument::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in Argument
H A DAutoUpgrade.cpp4970 Attribute A = B.getAttribute("no-frame-pointer-elim"); in UpgradeAttributes()
4985 A = B.getAttribute("null-pointer-is-valid"); in UpgradeAttributes()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp831 if (V.getAttribute() == dwarf::DW_AT_macro_info) { in emitMacroTableImpl()
832 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
834 } else if (V.getAttribute() == dwarf::DW_AT_macros) { in emitMacroTableImpl()
836 V = DIEValue(V.getAttribute(), V.getForm(), DIEInteger(OutOffset)); in emitMacroTableImpl()
861 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in emitMacroTableImpl()
H A DDWARFLinker.cpp931 Abbreviations.back()->AddAttribute(Attr.getAttribute(), Attr.getForm()); in assignAbbrev()
1757 if (V.getAttribute() == dwarf::DW_AT_stmt_list) { in patchStmtList()
1758 V = DIEValue(V.getAttribute(), V.getForm(), Offset); in patchStmtList()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp115 Attribute NoInline = AS.getAttribute(Attribute::NoInline); in visitAttributeSet()
/openbsd-src/gnu/llvm/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js225 if (node.getAttribute("sorttable_customkey") != null) {
226 return node.getAttribute("sorttable_customkey");
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h37 *I = DIEValue(Old.getAttribute(), Old.getForm(), DIEInteger(New)); in set()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp158 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= RK.ArgValue)) in isKnowledgeWorthPreserving()
426 Arg->getAttribute(RK.AttrKind).getValueAsInt() >= in dropRedundantKnowledge()
/openbsd-src/gnu/llvm/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp96 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function
211 getAttribute(OriginalNode, Attribute->name)) { in mergeAttributes()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp244 Arg->getAttribute(Attribute::Alignment).getValueAsInt(); in adjustByValArgAlignment()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h67 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
488 dwarf::Attribute getAttribute() const { return Attribute; } in getAttribute() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp791 SectionName = Attrs.getAttribute("bss-section").getValueAsString(); in selectExplicitSectionGlobal()
793 SectionName = Attrs.getAttribute("rodata-section").getValueAsString(); in selectExplicitSectionGlobal()
795 SectionName = Attrs.getAttribute("relro-section").getValueAsString(); in selectExplicitSectionGlobal()
797 SectionName = Attrs.getAttribute("data-section").getValueAsString(); in selectExplicitSectionGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp249 Arg.getAttribute(Attribute::Alignment).getValueAsInt()); in lowerFormalArguments()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp2161 llvm::Attribute A = FuncAttrs.getAttribute(llvm::Attribute::Memory); in ConstructAttributeList()

12