Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h290 size_t headerAndLoadCommandsSize(const NormalizedFile &file,
H A DMachONormalizedFileBinaryWriter.cpp117 size_t headerAndLoadCommandsSize() const;
235 size_t headerAndLoadCommandsSize(const NormalizedFile &file, in headerAndLoadCommandsSize() function
238 return layout.headerAndLoadCommandsSize(); in headerAndLoadCommandsSize()
250 size_t MachOFileLayout::headerAndLoadCommandsSize() const { in headerAndLoadCommandsSize() function in lld::mach_o::normalized::MachOFileLayout
H A DMachONormalizedFileFromAtoms.cpp590 size_t hlcSize = headerAndLoadCommandsSize(file, in assignAddressesToSections()