LLVM 19.0.0git
Public Attributes | List of all members
SymMap Struct Reference

Public Attributes

bool UseECMap = false
 
std::map< std::string, uint16_tMap
 
std::map< std::string, uint16_tECMap
 

Detailed Description

Definition at line 50 of file ArchiveWriter.cpp.

Member Data Documentation

◆ ECMap

std::map<std::string, uint16_t> SymMap::ECMap

◆ Map

std::map<std::string, uint16_t> SymMap::Map

Definition at line 52 of file ArchiveWriter.cpp.

Referenced by computeSymbolMapSize(), getSymbols(), and writeSymbolMap().

◆ UseECMap

bool SymMap::UseECMap = false

Definition at line 51 of file ArchiveWriter.cpp.

Referenced by computeMemberData(), and getSymbols().


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