Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp428 case macho::LCT_Segment: in loadObject()
479 if (SegmentLCI->Command.Type == macho::LCT_Segment) { in loadObject()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOFormat.h136 LCT_Segment = 0x1, enumerator
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp283 if (LCI.Command.Type == macho::LCT_Segment) { in moveToNextSection()
337 assert(LCI.Command.Type == macho::LCT_Segment && "Unexpected Type."); in is64BitLoadCommand()
DMachOObject.cpp288 assert(LCI.Command.Type == macho::LCT_Segment && in ReadSection()
/external/swiftshader/third_party/LLVM/tools/macho-dump/
Dmacho-dump.cpp344 case macho::LCT_Segment: in DumpLoadCommand()
/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.cpp223 if (LCI.Command.Type == macho::LCT_Segment) { in getSectionsAndSymbols()