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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp9116 class SegInfo { class in namespace:__anon13640
9118 SegInfo(const object::MachOObjectFile *Obj);
9140 SegInfo::SegInfo(const object::MachOObjectFile *Obj) { function in class:SegInfo
9164 StringRef SegInfo::segmentName(uint32_t SegIndex) {
9172 bool SegInfo::isValidSegIndexAndOffset(uint32_t SegIndex,
9186 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex,
9200 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) {
9204 uint64_t SegInfo
[all...]

Completed in 86 milliseconds