Searched refs:SegmentLoadCommand (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
H A DMachOFormat.h182 struct SegmentLoadCommand { struct in namespace:llvm::object::macho
H A DMachO.h176 macho::SegmentLoadCommand
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp170 void SwapStruct(macho::SegmentLoadCommand &C) {
232 macho::SegmentLoadCommand S = O->getSegmentLoadCommand(L);
243 sizeof(macho::SegmentLoadCommand);
1504 macho::SegmentLoadCommand
1506 return getStruct<macho::SegmentLoadCommand>(this, L.Ptr);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp183 macho::SegmentLoadCommand SLC =
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp127 macho::SegmentLoadCommand SLC = Obj.getSegmentLoadCommand(LCI);

Completed in 143 milliseconds