Home
last modified time | relevance | path

Searched defs:getAttribute (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalVariable.h212 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
217 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp768 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSet
772 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet
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
1857 Attribute AttrBuilder::getAttribute(Attribute::AttrKind A) const { in getAttribute() function in AttrBuilder
1865 Attribute AttrBuilder::getAttribute(StringRef A) const { in getAttribute() function in AttrBuilder
H A DFunction.cpp307 Attribute Argument::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in Argument
/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/WindowsManifest/
H A DWindowsManifestMerger.cpp96 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function