LLVM  8.0.1
Public Attributes | List of all members
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"

Collaboration diagram for llvm::irsymtab::storage::Uncommon:
Collaboration graph
[legend]

Public Attributes

Word CommonSize
 
Word CommonAlign
 
Str COFFWeakExternFallbackName
 COFF-specific: the name of the symbol that a weak external resolves to if not defined. More...
 
Str SectionName
 Specified section name, if any. More...
 

Detailed Description

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

Definition at line 118 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 123 of file IRSymtab.h.

◆ CommonAlign

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

Definition at line 119 of file IRSymtab.h.

◆ CommonSize

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

Definition at line 119 of file IRSymtab.h.

◆ SectionName

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

Specified section name, if any.

Definition at line 126 of file IRSymtab.h.


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