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
128
class
StringAttributeImpl
: public AttributeImpl {
134
StringAttributeImpl
(StringRef Kind, StringRef Val = StringRef())
Attributes.cpp
70
PA = new
StringAttributeImpl
(Kind, Val);
348
void
StringAttributeImpl
::anchor() {}
372
return static_cast<const
StringAttributeImpl
*>(this)->getStringKind();
377
return static_cast<const
StringAttributeImpl
*>(this)->getStringValue();
[
all
...]
Completed in 125 milliseconds