Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFile.h290 size_t headerAndLoadCommandsSize(const NormalizedFile &file,
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
DMachONormalizedFileFromAtoms.cpp590 size_t hlcSize = headerAndLoadCommandsSize(file, in assignAddressesToSections()