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

#include "llvm/TextAPI/Record.h"

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

Public Member Functions

 ObjCCategoryRecord (StringRef ClassToExtend, StringRef Name)
 
StringRef getSuperClassName () const
 
- Public Member Functions inherited from llvm::MachO::ObjCContainerRecord
 ObjCContainerRecord (StringRef Name, RecordLinkage Linkage)
 
ObjCIVarRecordaddObjCIVar (StringRef IVar, RecordLinkage Linkage)
 
ObjCIVarRecordfindObjCIVar (StringRef IVar) const
 
std::vector< ObjCIVarRecord * > getObjCIVars () const
 
RecordLinkage getLinkage () 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
 

Detailed Description

Definition at line 178 of file Record.h.

Constructor & Destructor Documentation

◆ ObjCCategoryRecord()

llvm::MachO::ObjCCategoryRecord::ObjCCategoryRecord ( StringRef  ClassToExtend,
StringRef  Name 
)
inline

Definition at line 180 of file Record.h.

Member Function Documentation

◆ getSuperClassName()

StringRef llvm::MachO::ObjCCategoryRecord::getSuperClassName ( ) const
inline

Definition at line 184 of file Record.h.

Referenced by llvm::MachO::SymbolConverter::visitObjCCategory().


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