Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp126 uint32_t loadCommandsSize(uint32_t &count);
329 + loadCommandsSize(_countOfLoadCommands); in MachOFileLayout()
378 uint32_t MachOFileLayout::loadCommandsSize(uint32_t &count) { in loadCommandsSize() function in lld::mach_o::normalized::MachOFileLayout