OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringAttributeImpl
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
AttributeImpl.h
124
class
StringAttributeImpl
: public AttributeImpl {
129
StringAttributeImpl
(StringRef Kind, StringRef Val = StringRef())
Attributes.cpp
69
PA = new
StringAttributeImpl
(Kind, Val);
311
return static_cast<const
StringAttributeImpl
*>(this)->getStringKind();
316
return static_cast<const
StringAttributeImpl
*>(this)->getStringValue();
[
all
...]
Completed in 47 milliseconds