Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h291 size_t headerAndLoadCommandsSize(const NormalizedFile &file);
H A DMachONormalizedFileBinaryWriter.cpp118 size_t headerAndLoadCommandsSize() const;
235 size_t headerAndLoadCommandsSize(const NormalizedFile &file) { in headerAndLoadCommandsSize() function
237 return layout.headerAndLoadCommandsSize(); in headerAndLoadCommandsSize()
249 size_t MachOFileLayout::headerAndLoadCommandsSize() const { in headerAndLoadCommandsSize() function in lld::mach_o::normalized::MachOFileLayout
H A DMachONormalizedFileFromAtoms.cpp591 size_t hlcSize = headerAndLoadCommandsSize(file); in assignAddressesToSections()