struct Uncommon

Declaration

struct Uncommon { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/Object/IRSymtab.h:122

Member Variables

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