Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DMachOFormat.h146 LCT_Segment64 = 0x19, enumerator
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp401 case macho::LCT_Segment64: in DumpLoadCommand()
/external/llvm/lib/Object/
DMachOObject.cpp324 assert(LCI.Command.Type == macho::LCT_Segment64 && in ReadSection64()
DMachOObjectFile.cpp427 } else if (LCI.Command.Type == macho::LCT_Segment64) { in moveToNextSection()
470 if (LCI.Command.Type == macho::LCT_Segment64) in is64BitLoadCommand()
/external/llvm/lib/MC/
DMachObjectWriter.cpp172 Write32(is64Bit() ? macho::LCT_Segment64 : macho::LCT_Segment); in WriteSegmentLoadCommand()