LLVM 20.0.0git
|
#include "llvm/TextAPI/Record.h"
Public Types | |
enum class | Kind : uint8_t { Unknown = 0 , Variable = 1 , Function = 2 } |
Public Member Functions | |
GlobalRecord (StringRef Name, RecordLinkage Linkage, SymbolFlags Flags, Kind GV, bool Inlined) | |
bool | isFunction () const |
bool | isVariable () const |
void | setKind (const Kind &V) |
bool | isInlined () const |
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 |
Additional Inherited Members | |
Protected Attributes inherited from llvm::MachO::Record | |
StringRef | Name |
RecordLinkage | Linkage |
SymbolFlags | Flags |
bool | Verified |
|
strong |
|
inline |
Definition at line 127 of file Record.h.
References llvm::MachO::Record::Flags, llvm::MachO::Record::Linkage, and llvm::MachO::Record::Name.
|
inline |
|
inline |