Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h212 Attribute getAttribute(Attribute::AttrKind Kind) const { getAttribute() function
217 Attribute getAttribute(StringRef Kind) const { getAttribute() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp917 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSet
921 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet
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
2057 Attribute AttrBuilder::getAttribute(Attribute::AttrKind A) const { in getAttribute() function in AttrBuilder
2065 Attribute AttrBuilder::getAttribute(StringRef A) const { in getAttribute() function in AttrBuilder
H A DFunction.cpp350 Attribute Argument::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in Argument
/freebsd/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
/freebsd/crypto/heimdal/lib/hx509/
H A Dks_keychain.c51 getAttribute(SecKeychainItemRef itemRef, SecItemAttr item, in getAttribute() function
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp96 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function