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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 136 const MachOObject::LoadCommandInfo *SegmentLCI,
139 Obj->ReadSegmentLoadCommand(*SegmentLCI, SegmentLC);
145 Obj->ReadSection(*SegmentLCI, SectNum, Sect);
275 const MachOObject::LoadCommandInfo *SegmentLCI,
278 Obj->ReadSegment64LoadCommand(*SegmentLCI, Segment64LC);
284 Obj->ReadSection64(*SegmentLCI, SectNum, Sect);
423 const MachOObject::LoadCommandInfo *SegmentLCI = 0, *SymtabLCI = 0,
430 if (SegmentLCI)
432 SegmentLCI = &LCI;
451 if (!SegmentLCI)
    [all...]
RuntimeDyldImpl.h 129 const MachOObject::LoadCommandInfo *SegmentLCI,
132 const MachOObject::LoadCommandInfo *SegmentLCI,

Completed in 234 milliseconds