LLVM 22.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

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.

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

◆ CommonAlign

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

Definition at line 124 of file IRSymtab.h.

◆ CommonSize

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


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