|
LLVM 22.0.0git
|
Lightweight struct for passing around symbol information. More...
#include "llvm/TextAPI/Symbol.h"
Public Member Functions | |
| bool | operator< (const SimpleSymbol &O) const |
Public Attributes | |
| StringRef | Name |
| EncodeKind | Kind |
| ObjCIFSymbolKind | ObjCInterfaceType |
|
inline |
Definition at line 185 of file Symbol.h.
References Kind, Name, and ObjCInterfaceType.
| EncodeKind llvm::MachO::SimpleSymbol::Kind |
Definition at line 182 of file Symbol.h.
Referenced by operator<(), and llvm::MachO::parseAliasList().
| StringRef llvm::MachO::SimpleSymbol::Name |
Definition at line 181 of file Symbol.h.
Referenced by operator<(), and llvm::MachO::parseAliasList().
| ObjCIFSymbolKind llvm::MachO::SimpleSymbol::ObjCInterfaceType |
Definition at line 183 of file Symbol.h.
Referenced by operator<().