Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp244 uint64_t lastAddr = 0; // strings will never start at address 0, so this in writeMapFile() local
248 if (addr != lastAddr) in writeMapFile()
250 lastAddr = addr; in writeMapFile()