Home
last modified time | relevance | path

Searched refs:_endOfExportTrie (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp223 uint32_t _endOfExportTrie; member in lld::mach_o::normalized::MachOFileLayout
348 _endOfExportTrie = _startOfExportTrie + _exportTrie.size(); in MachOFileLayout()
349 _startOfFunctionStarts = _endOfExportTrie; in MachOFileLayout()
371 << " endOfExportTrie=" << _endOfExportTrie << "\n" in MachOFileLayout()