Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DMapFile.cpp297 uint16_t entrySecIndex = 0; in writeMapFile() local
304 entrySecIndex = chunk->getOutputSectionIdx(); in writeMapFile()
310 os << format("%04x:%08llx", entrySecIndex, entryAddress); in writeMapFile()