Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp1185 uint64_t lastAddend = 0; in buildBindInfo() local
1224 if (entry.addend != lastAddend) { in buildBindInfo()
1227 lastAddend = entry.addend; in buildBindInfo()