LLVM 20.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h"
Public Attributes | |
StringRef | Selector |
For "-[A(Category) method:]", this would be "method:". | |
StringRef | ClassName |
For "-[A(Category) method:]", this would be "A(category)". | |
std::optional< StringRef > | ClassNameNoCategory |
For "-[A(Category) method:]", this would be "A". | |
std::optional< std::string > | MethodNameNoCategory |
For "-[A(Category) method:]", this would be "A method:". | |
Definition at line 842 of file DWARFAcceleratorTable.h.
StringRef llvm::ObjCSelectorNames::ClassName |
For "-[A(Category) method:]", this would be "A(category)".
Definition at line 846 of file DWARFAcceleratorTable.h.
Referenced by llvm::getObjCNamesIfSelector().
std::optional<StringRef> llvm::ObjCSelectorNames::ClassNameNoCategory |
For "-[A(Category) method:]", this would be "A".
Definition at line 848 of file DWARFAcceleratorTable.h.
Referenced by llvm::getObjCNamesIfSelector().
std::optional<std::string> llvm::ObjCSelectorNames::MethodNameNoCategory |
For "-[A(Category) method:]", this would be "A method:".
Definition at line 850 of file DWARFAcceleratorTable.h.
Referenced by llvm::getObjCNamesIfSelector().
StringRef llvm::ObjCSelectorNames::Selector |
For "-[A(Category) method:]", this would be "method:".
Definition at line 844 of file DWARFAcceleratorTable.h.
Referenced by llvm::getObjCNamesIfSelector().