LLVM: llvm::irsymtab::storage::Uncommon Struct Reference (original) (raw)

This data structure contains rarely used symbol fields and is optionally referenced by a Symbol. More...

#include "[llvm/Object/IRSymtab.h](IRSymtab%5F8h%5Fsource.html)"

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 123 of file IRSymtab.h.

COFFWeakExternFallbackName

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 128 of file IRSymtab.h.

CommonAlign

Word llvm::irsymtab::storage::Uncommon::CommonAlign

CommonSize

Word llvm::irsymtab::storage::Uncommon::CommonSize

SectionName

Str llvm::irsymtab::storage::Uncommon::SectionName

Specified section name, if any.

Definition at line 131 of file IRSymtab.h.


The documentation for this struct was generated from the following file: