OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntAttributeImpl
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
AttributeImpl.h
112
class
IntAttributeImpl
: public EnumAttributeImpl {
117
IntAttributeImpl
(Attribute::AttrKind Kind, uint64_t Val)
Attributes.cpp
50
PA = new
IntAttributeImpl
(Kind, Val);
347
void
IntAttributeImpl
::anchor() {}
367
return static_cast<const
IntAttributeImpl
*>(this)->getValue();
[
all
...]
Completed in 75 milliseconds