Home | History | Annotate | Download | only in llvm-objdump

Lines Matching defs:findSection

8761   const SectionInfo &findSection(uint32_t SegIndex, uint64_t SegOffset);
8812 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex,
8827 return findSection(SegIndex, OffsetInSeg).SectionName;
8831 const SectionInfo &SI = findSection(SegIndex, OffsetInSeg);