| 
    LLVM 22.0.0git
    
   | 
 
Public Attributes | |
| bool | UseECMap = false | 
| std::map< std::string, uint16_t > | Map | 
| std::map< std::string, uint16_t > | ECMap | 
Definition at line 50 of file ArchiveWriter.cpp.
| std::map<std::string, uint16_t> SymMap::ECMap | 
Definition at line 53 of file ArchiveWriter.cpp.
Referenced by computeECSymbolsSize(), computeHeadersSize(), getSymbols(), llvm::writeArchiveToStream(), and writeECSymbols().
| std::map<std::string, uint16_t> SymMap::Map | 
Definition at line 52 of file ArchiveWriter.cpp.
Referenced by computeSymbolMapSize(), getSymbols(), llvm::writeArchiveToStream(), and writeSymbolMap().
| bool SymMap::UseECMap = false | 
Definition at line 51 of file ArchiveWriter.cpp.
Referenced by computeMemberData(), and getSymbols().