LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
llvm::MachO::ObjCIVarRecord Class Reference

#include "llvm/TextAPI/Record.h"

Inheritance diagram for llvm::MachO::ObjCIVarRecord:
Inheritance graph
[legend]

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
 

Detailed Description

Definition at line 145 of file Record.h.

Constructor & Destructor Documentation

◆ ObjCIVarRecord()

llvm::MachO::ObjCIVarRecord::ObjCIVarRecord ( StringRef  Name,
RecordLinkage  Linkage 
)
inline

Member Function Documentation

◆ createScopedName()

static std::string llvm::MachO::ObjCIVarRecord::createScopedName ( StringRef  SuperClass,
StringRef  IVar 
)
inlinestatic

Definition at line 150 of file Record.h.


The documentation for this class was generated from the following file: