LLVM 20.0.0git
Public Attributes | List of all members
llvm::ELFObjectWriter::Symver Struct Reference

#include "llvm/MC/MCELFObjectWriter.h"

Public Attributes

SMLoc Loc
 
const MCSymbolSym
 
StringRef Name
 
bool KeepOriginalSym
 

Detailed Description

Definition at line 171 of file MCELFObjectWriter.h.

Member Data Documentation

◆ KeepOriginalSym

bool llvm::ELFObjectWriter::Symver::KeepOriginalSym

Definition at line 176 of file MCELFObjectWriter.h.

◆ Loc

SMLoc llvm::ELFObjectWriter::Symver::Loc

Definition at line 172 of file MCELFObjectWriter.h.

◆ Name

StringRef llvm::ELFObjectWriter::Symver::Name

Definition at line 174 of file MCELFObjectWriter.h.

◆ Sym

const MCSymbol* llvm::ELFObjectWriter::Symver::Sym

Definition at line 173 of file MCELFObjectWriter.h.


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