LLVM: SymMap Struct Reference (original) (raw)
| Public Attributes | |
|---|---|
| bool | UseECMap = false |
| std::map< std::string, uint16_t > | Map |
| std::map< std::string, uint16_t > | ECMap |
Detailed Description
Definition at line 50 of file ArchiveWriter.cpp.
Member Data Documentation
◆ ECMap
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().
◆ Map
std::map<std::string, uint16_t> SymMap::Map
Definition at line 52 of file ArchiveWriter.cpp.
Referenced by computeSymbolMapSize(), getSymbols(), llvm::writeArchiveToStream(), 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:
- lib/Object/ArchiveWriter.cpp