Home
last modified time | relevance | path

Searched defs:AttributeImpl (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h50 AttributeImpl(AttrEntryKind KindID) : KindID(KindID) {} in AttributeImpl() function
159 : AttributeImpl(StringAttrEntry), KindSize(Kind.size()), in AttributeImpl() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h37 class AttributeImpl; variable