Searched refs:findSection (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp9135 const SectionInfo &findSection(uint32_t SegIndex, uint64_t SegOffset);
9186 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, function in class:SegInfo
9201 return findSection(SegIndex, OffsetInSeg).SectionName;
9205 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg);

Completed in 138 milliseconds