reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
489 MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const;
221 return Obj.getSection(LCI, Idx);
tools/llvm-lipo/llvm-lipo.cpp 124 : O.getSection(LC, SI).align));
tools/llvm-objdump/MachODump.cpp767 MachO::section Sec = O->getSection(Load, J); 1095 const MachO::section Sec = O->getSection(Load, J); 3041 MachO::section Sec = info->O->getSection(Load, J); 3107 MachO::section Sec = info->O->getSection(Load, J); 10076 MachO::section S = Obj->getSection(Command, j);tools/llvm-size/llvm-size.cpp
261 MachO::section Sec = MachO->getSection(Load, J); 322 MachO::section Sec = MachO->getSection(Load, J);