Home
last modified time | relevance | path

Searched refs:ReadSection (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
DMachOObject.h157 void ReadSection(
/external/llvm/lib/Object/
DMachOObjectFile.cpp283 MachOObj->ReadSection(LCI, DRI.d.b, Res); in getSection()
322 MachOObj->ReadSection(LCI, DRI.d.b, Sect); in getSectionName()
DMachOObject.cpp272 void MachOObject::ReadSection(const LoadCommandInfo &LCI, in ReadSection() function in MachOObject
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp144 Obj.ReadSection(LCI, i, Sect); in DumpSegmentCommand()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp145 Obj->ReadSection(*SegmentLCI, SectNum, Sect); in loadSegment32()