LLVM: llvm::MachO::ObjCIVarRecord Class Reference (original) (raw)

#include "[llvm/TextAPI/Record.h](TextAPI%5F2Record%5F8h%5Fsource.html)"

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

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

Definition at line 148 of file Record.h.

References llvm::MachO::Data, llvm::MachO::Record::Linkage, llvm::MachO::Record::Name, and llvm::MachO::Record::Record().

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: