Home
last modified time | relevance | path

Searched refs:SegmentLCI (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp136 const MachOObject::LoadCommandInfo *SegmentLCI, in loadSegment32() argument
139 Obj->ReadSegmentLoadCommand(*SegmentLCI, SegmentLC); in loadSegment32()
145 Obj->ReadSection(*SegmentLCI, SectNum, Sect); in loadSegment32()
275 const MachOObject::LoadCommandInfo *SegmentLCI, in loadSegment64() argument
278 Obj->ReadSegment64LoadCommand(*SegmentLCI, Segment64LC); in loadSegment64()
284 Obj->ReadSection64(*SegmentLCI, SectNum, Sect); in loadSegment64()
423 const MachOObject::LoadCommandInfo *SegmentLCI = 0, *SymtabLCI = 0, in loadObject() local
430 if (SegmentLCI) in loadObject()
432 SegmentLCI = &LCI; in loadObject()
451 if (!SegmentLCI) in loadObject()
[all …]
DRuntimeDyldImpl.h129 const MachOObject::LoadCommandInfo *SegmentLCI,
132 const MachOObject::LoadCommandInfo *SegmentLCI,