Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DMapFile.cpp295 uint16_t entrySecIndex = 0; in writeMapFile() local
302 entrySecIndex = chunk->getOutputSectionIdx(); in writeMapFile()
308 os << format("%04x:%08llx", entrySecIndex, entryAddress); in writeMapFile()