HomeSort by relevance Sort by last modified time
    Searched refs:SegmentLC (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 138 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC;
139 Obj->ReadSegmentLoadCommand(*SegmentLCI, SegmentLC);
140 if (!SegmentLC)
143 for (unsigned SectNum = 0; SectNum != SegmentLC->NumSections; ++SectNum) {
164 if (STE->SectionIndex > SegmentLC->NumSections)
196 uint8_t *Base = (uint8_t*)Obj->getData(SegmentLC->FileOffset,
197 SegmentLC->FileSize).data();
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 224 InMemoryStruct<macho::SegmentLoadCommand> SegmentLC;
225 MachOObj->ReadSegmentLoadCommand(LCI, SegmentLC);
228 for (unsigned SectNum = 0; SectNum != SegmentLC->NumSections; ++SectNum) {

Completed in 175 milliseconds