LLVM 20.0.0git
|
#include "llvm/TextAPI/Record.h"
Public Member Functions | |
ObjCIVarRecord (StringRef Name, RecordLinkage Linkage) | |
Public Member Functions inherited from llvm::MachO::Record | |
Record ()=default | |
Record (StringRef Name, RecordLinkage Linkage, SymbolFlags Flags) | |
bool | isWeakDefined () const |
bool | isWeakReferenced () const |
bool | isThreadLocalValue () const |
bool | isData () const |
bool | isText () const |
bool | isInternal () const |
bool | isUndefined () const |
bool | isExported () const |
bool | isRexported () const |
bool | isVerified () const |
void | setVerify (bool V=true) |
StringRef | getName () const |
SymbolFlags | getFlags () const |
Static Public Member Functions | |
static std::string | createScopedName (StringRef SuperClass, StringRef IVar) |
Additional Inherited Members | |
Protected Attributes inherited from llvm::MachO::Record | |
StringRef | Name |
RecordLinkage | Linkage |
SymbolFlags | Flags |
bool | Verified |
|
inline |
Definition at line 147 of file Record.h.
References llvm::MachO::Data, llvm::MachO::Record::Linkage, and llvm::MachO::Record::Name.