LLVM 22.0.0git
llvm::MachO::ObjCIVarRecord Class Reference

#include "llvm/TextAPI/Record.h"

Inheritance diagram for llvm::MachO::ObjCIVarRecord:
[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 146 of file Record.h.

Constructor & Destructor Documentation

◆ ObjCIVarRecord()

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

Member Function Documentation

◆ createScopedName()

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

Definition at line 151 of file Record.h.


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