Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp194 uint32_t _countOfLoadCommands; member in lld::mach_o::normalized::MachOFileLayout
269 _countOfLoadCommands = 2; in MachOFileLayout()
272 _countOfLoadCommands++; in MachOFileLayout()
276 _countOfLoadCommands++; in MachOFileLayout()
280 _countOfLoadCommands++; in MachOFileLayout()
318 << " countOfLoadCommands=" << _countOfLoadCommands << "\n" in MachOFileLayout()
329 + loadCommandsSize(_countOfLoadCommands); in MachOFileLayout()
358 << " countOfLoadCommands=" << _countOfLoadCommands << "\n" in MachOFileLayout()
593 mh->ncmds = _countOfLoadCommands; in writeMachHeader()