struct ELFSymbol

Declaration

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

Declared at: llvm/include/llvm/TextAPI/ELF/ELFStub.h:37

Member Variables

public std::string Name
public uint64_t Size
public llvm::elfabi::ELFSymbolType Type
public bool Undefined
public bool Weak
public Optional<std::string> Warning

Method Overview

Methods

ΒΆELFSymbol(std::string SymbolName)

Declared at: llvm/include/llvm/TextAPI/ELF/ELFStub.h:38

Parameters

std::string SymbolName