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

/external/llvm/include/llvm/MC/
H A DMCSectionMachO.h26 char SegmentName[16]; // Not necessarily null terminated! member in class:llvm::MCSectionMachO
136 // SegmentName is not necessarily null terminated!
137 if (SegmentName[15])
138 return StringRef(SegmentName, 16);
139 return StringRef(SegmentName);
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp70 StringRef SegmentName, uint64_t Address,
80 outs().write_escaped(SegmentName, /*UseHexEscapes=*/true) << "')\n";
151 StringRef(Sect->SegmentName, 16), Sect->Address,
187 StringRef(Sect->SegmentName, 16), Sect->Address,
69 DumpSectionData(MachOObject &Obj, unsigned Index, StringRef Name, StringRef SegmentName, uint64_t Address, uint64_t Size, uint32_t Offset, uint32_t Align, uint32_t RelocationTableOffset, uint32_t NumRelocationTableEntries, uint32_t Flags, uint32_t Reserved1, uint32_t Reserved2, uint64_t Reserved3 = ~0ULL) argument
/external/llvm/include/llvm/Object/
H A DMachOFormat.h239 char SegmentName[16]; member in struct:llvm::object::macho::Section
252 char SegmentName[16]; member in struct:llvm::object::macho::Section64

Completed in 175 milliseconds