class MCSymbolGOFF

Declaration

class MCSymbolGOFF : public MCSymbol { /* full declaration omitted */ };

Description

MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created and uniqued by the MCContext class. MCSymbols should only be constructed with valid names for the object file. If the symbol is defined/emitted into the current translation unit, the Section member is set to indicate what section it lives in. Otherwise, if it is a reference to an external entity, it has a null section.

Declared at: llvm/include/llvm/MC/MCSymbolGOFF.h:20

Inherits from: MCSymbol

Member Variables

Inherited from MCSymbol:

protected FragmentAndHasName
protected IsTemporary
protected IsRedefinable
protected IsUsed
protected IsRegistered
protected IsExternal
protected IsPrivateExtern
protected Kind
protected IsUsedInReloc
protected SymbolContents
protected CommonAlignLog2
protected Flags
protected Index = 0
protected
protected static AbsolutePseudoFragment

Method Overview

  • public MCSymbolGOFF(const StringMapEntry<bool> * Name, bool IsTemporary)
  • public static bool classof(const llvm::MCSymbol * S)

Inherited from MCSymbol:

Methods

MCSymbolGOFF(const StringMapEntry<bool>* Name,
             bool IsTemporary)

Declared at: llvm/include/llvm/MC/MCSymbolGOFF.h:22

Parameters

const StringMapEntry<bool>* Name
bool IsTemporary

static bool classof(const llvm::MCSymbol* S)

Declared at: llvm/include/llvm/MC/MCSymbolGOFF.h:24

Parameters

const llvm::MCSymbol* S