LLVM 23.0.0git
llvm::irsymtab::storage::Uncommon Struct Reference

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

#include "llvm/Object/IRSymtab.h"

Public Attributes

support::ulittle64_t 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.

Detailed Description

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

Definition at line 123 of file IRSymtab.h.

Member Data Documentation

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

◆ CommonAlign

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

Definition at line 125 of file IRSymtab.h.

◆ CommonSize

support::ulittle64_t llvm::irsymtab::storage::Uncommon::CommonSize

Definition at line 124 of file IRSymtab.h.

◆ SectionName

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

Specified section name, if any.

Definition at line 132 of file IRSymtab.h.


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