reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/MachO.h
  154   const SectionInfo &findSection(int32_t SegIndex, uint64_t SegOffset);

References

lib/Object/MachOObjectFile.cpp
 4092   return findSection(SegIndex, SegOffset).SectionName;
 4098   const SectionInfo &SI = findSection(SegIndex, OffsetInSeg);