LLVM: llvm::MachO::ObjCCategoryRecord Class Reference (original) (raw)
#include "[llvm/TextAPI/Record.h](TextAPI%5F2Record%5F8h%5Fsource.html)"
Inheritance diagram for llvm::MachO::ObjCCategoryRecord:
[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) | |
| LLVM_ABI ObjCIVarRecord * | addObjCIVar (StringRef IVar, RecordLinkage Linkage) |
| LLVM_ABI ObjCIVarRecord * | findObjCIVar (StringRef IVar) const |
| LLVM_ABI 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 179 of file Record.h.
Constructor & Destructor Documentation
| llvm::MachO::ObjCCategoryRecord::ObjCCategoryRecord ( StringRef ClassToExtend, StringRef Name ) | inline |
|---|
Definition at line 181 of file Record.h.
References llvm::MachO::Record::Name, llvm::MachO::ObjCContainerRecord::ObjCContainerRecord(), and llvm::MachO::Unknown.
Member Function Documentation
◆ getSuperClassName()
| StringRef llvm::MachO::ObjCCategoryRecord::getSuperClassName ( ) const | inline |
|---|
Definition at line 185 of file Record.h.
Referenced by llvm::MachO::SymbolConverter::visitObjCCategory().
The documentation for this class was generated from the following file:
- include/llvm/TextAPI/Record.h