Searched defs:SegIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp9120 StringRef segmentName(uint32_t SegIndex);
9121 StringRef sectionName(uint32_t SegIndex, uint64_t SegOffset);
9122 uint64_t address(uint32_t SegIndex, uint64_t SegOffset);
9123 bool isValidSegIndexAndOffset(uint32_t SegIndex, uint64_t SegOffset);
9135 const SectionInfo &findSection(uint32_t SegIndex, uint64_t SegOffset);
9164 StringRef SegInfo::segmentName(uint32_t SegIndex) { argument
9166 if (SI.SegmentIndex == SegIndex)
9172 bool SegInfo::isValidSegIndexAndOffset(uint32_t SegIndex, argument
9175 if (SI.SegmentIndex != SegIndex)
9186 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, argument
9200 sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) argument
9204 address(uint32_t SegIndex, uint64_t OffsetInSeg) argument
9215 uint32_t SegIndex = Entry.segmentIndex(); local
9260 uint32_t SegIndex = Entry.segmentIndex(); local
9292 uint32_t SegIndex = Entry.segmentIndex(); local
9325 uint32_t SegIndex = Entry.segmentIndex(); local
9352 uint32_t SegIndex = Entry.segmentIndex(); local
[all...]

Completed in 66 milliseconds