|
LLVM
4.0.0
|
Public Types | |
| enum | { None = 0, Root = 0x01, Internal = 0x02, Used = 0x04 } |
Public Member Functions | |
| GepNode () | |
| GepNode (const GepNode *N) | |
Public Attributes | |
| uint32_t | Flags |
| union { | |
| GepNode * Parent | |
| Value * BaseVal | |
| }; | |
| Value * | Idx |
| Type * | PTy |
Friends | |
| raw_ostream & | operator<< (raw_ostream &OS, const GepNode &GN) |
Definition at line 173 of file HexagonCommonGEP.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| None | |
| Root | |
| Internal | |
| Used | |
Definition at line 174 of file HexagonCommonGEP.cpp.
|
inline |
Definition at line 189 of file HexagonCommonGEP.cpp.
Definition at line 190 of file HexagonCommonGEP.cpp.
References BaseVal, fuzzer::Flags, and Parent.
|
friend |
Definition at line 216 of file HexagonCommonGEP.cpp.
| union { ... } |
| Value* false::GepNode::BaseVal |
Definition at line 184 of file HexagonCommonGEP.cpp.
Referenced by GepNode(), and false::operator<<().
| uint32_t false::GepNode::Flags |
Definition at line 181 of file HexagonCommonGEP.cpp.
Referenced by false::operator<<().
| Value* false::GepNode::Idx |
Definition at line 186 of file HexagonCommonGEP.cpp.
Referenced by false::operator<<().
| GepNode* false::GepNode::Parent |
Definition at line 183 of file HexagonCommonGEP.cpp.
Referenced by GepNode(), and false::operator<<().
| Type* false::GepNode::PTy |
Definition at line 187 of file HexagonCommonGEP.cpp.
Referenced by false::operator<<().
1.8.6