Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp212 size_t relocCount = 0; in finalize() local
251 ++relocCount; in finalize()
316 ", relocs = " + std::to_string(relocCount) + in finalize()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp286 unsigned relocCount = 0; in MachOFileLayout() local
296 relocCount += sect.relocations.size(); in MachOFileLayout()
306 _startOfFunctionStarts = _startOfRelocations + relocCount * 8; in MachOFileLayout()