Searched refs:StringAttributeImpl (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DAttributeImpl.h126 class StringAttributeImpl : public AttributeImpl { class in namespace:llvm
132 StringAttributeImpl(StringRef Kind, StringRef Val = StringRef()) function in class:llvm::StringAttributeImpl
H A DAttributes.cpp70 PA = new StringAttributeImpl(Kind, Val);
300 void StringAttributeImpl::anchor() {}
324 return static_cast<const StringAttributeImpl *>(this)->getStringKind();
329 return static_cast<const StringAttributeImpl *>(this)->getStringValue();

Completed in 89 milliseconds