Searched defs:Segment64LC (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp277 InMemoryStruct<macho::Segment64LoadCommand> Segment64LC; local
278 Obj->ReadSegment64LoadCommand(*SegmentLCI, Segment64LC);
279 if (!Segment64LC)
282 for (unsigned SectNum = 0; SectNum != Segment64LC->NumSections; ++SectNum) {
303 if (STE->SectionIndex > Segment64LC->NumSections)
333 uint8_t *Base = (uint8_t*)Obj->getData(Segment64LC->FileOffset,
334 Segment64LC->FileSize).data();
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMachODump.cpp235 InMemoryStruct<macho::Segment64LoadCommand> Segment64LC; local
236 MachOObj->ReadSegment64LoadCommand(LCI, Segment64LC);
239 for (unsigned SectNum = 0; SectNum != Segment64LC->NumSections;

Completed in 137 milliseconds