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

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributeImpl.h82 class StringAttributeEntry : public AttributeEntry { class in namespace:llvm
86 StringAttributeEntry(StringRef Kind, StringRef Val = StringRef()) function in class:llvm::StringAttributeEntry
95 static inline bool classof(const StringAttributeEntry *) { return true; }
H A DAttributes.cpp290 : Context(C), Entry(new StringAttributeEntry(Kind, Val)) {}
305 return isa<StringAttributeEntry>(Entry);
329 return cast<StringAttributeEntry>(Entry)->getStringKind();
333 return cast<StringAttributeEntry>(Entry)->getStringValue();

Completed in 61 milliseconds