Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h>

struct ObjCSelectorNames;

Data Members

Name

Description

ClassName

For "‐[A(Category) method:]", this would be "A(category)"

ClassNameNoCategory

For "‐[A(Category) method:]", this would be "A"

MethodNameNoCategory

For "‐[A(Category) method:]", this would be "A method:"

Selector

For "‐[A(Category) method:]", this would be "method:"

Non-Member Functions

Name

Description

getObjCNamesIfSelector

If Name is the AT_name of a DIE which refers to an Objective‐C selector, returns an instance of ObjCSelectorNames. The Selector and ClassName fields are guaranteed to be non‐empty in the result.

Created with MrDocs