Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOFormat.h139 LCT_Segment64 = 0x19, enumerator
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp288 } else if (LCI.Command.Type == macho::LCT_Segment64) { in moveToNextSection()
335 if (LCI.Command.Type == macho::LCT_Segment64) in is64BitLoadCommand()
DMachOObject.cpp311 assert(LCI.Command.Type == macho::LCT_Segment64 && in ReadSection64()
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp347 case macho::LCT_Segment64: in DumpLoadCommand()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp429 case macho::LCT_Segment64: in loadObject()
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp157 Write32(is64Bit() ? macho::LCT_Segment64 : macho::LCT_Segment); in WriteSegmentLoadCommand()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp234 } else if (LCI.Command.Type == macho::LCT_Segment64) { in getSectionsAndSymbols()