LLVM 20.0.0git
|
This data structure contains rarely used symbol fields and is optionally referenced by a Symbol. More...
#include "llvm/Object/IRSymtab.h"
Public Attributes | |
Word | CommonSize |
Word | CommonAlign |
Str | COFFWeakExternFallbackName |
COFF-specific: the name of the symbol that a weak external resolves to if not defined. | |
Str | SectionName |
Specified section name, if any. | |
This data structure contains rarely used symbol fields and is optionally referenced by a Symbol.
Definition at line 122 of file IRSymtab.h.
Str llvm::irsymtab::storage::Uncommon::COFFWeakExternFallbackName |
COFF-specific: the name of the symbol that a weak external resolves to if not defined.
Definition at line 127 of file IRSymtab.h.
Word llvm::irsymtab::storage::Uncommon::CommonAlign |
Definition at line 123 of file IRSymtab.h.
Word llvm::irsymtab::storage::Uncommon::CommonSize |
Definition at line 123 of file IRSymtab.h.
Str llvm::irsymtab::storage::Uncommon::SectionName |
Specified section name, if any.
Definition at line 130 of file IRSymtab.h.