Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachOFormat.h95 Section64Size = 80, enumerator
/external/llvm/lib/MC/
DMachObjectWriter.cpp160 NumSections * (is64Bit() ? macho::Section64Size : in WriteSegmentLoadCommand()
229 assert(OS.tell() - Start == (is64Bit() ? macho::Section64Size : in WriteSection()
659 macho::SegmentLoadCommand64Size + NumSections * macho::Section64Size : in WriteObject()