Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h218 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function
223 Attribute getAttribute(StringRef Kind) const { in getAttribute() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1909 Attribute A = getAttribute(Attribut function in AttrBuilder
787 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { getAttribute() function in AttributeSet
791 Attribute AttributeSet::getAttribute(StringRef Kind) const { getAttribute() function in AttributeSet
973 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { getAttribute() function in AttributeSetNode
979 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { getAttribute() function in AttributeSetNode
1901 Attribute AttrBuilder::getAttribute(Attribute::AttrKind A) const { getAttribute() function in AttrBuilder
[all...]
H A DFunction.cpp333 Attribute Argument::getAttribute(Attribute::AttrKind Kind) const { getAttribute() function in Argument
/freebsd-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
/freebsd-src/crypto/heimdal/lib/hx509/
H A Dks_keychain.c51 getAttribute(SecKeychainItemRef itemRef, SecItemAttr item, in getAttribute() function
/freebsd-src/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp96 static xmlAttrPtr getAttribute(xmlNodePtr Node, in getAttribute() function