reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
490 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
228 return Obj.getSection64(LCI, Idx);
tools/llvm-lipo/llvm-lipo.cpp 123 (Is64Bit ? O.getSection64(LC, SI).align
tools/llvm-objdump/MachODump.cpp739 MachO::section_64 Sec = O->getSection64(Load, J); 1075 const MachO::section_64 Sec = O->getSection64(Load, J); 3020 MachO::section_64 Sec = info->O->getSection64(Load, J); 3076 MachO::section_64 Sec = info->O->getSection64(Load, J); 3227 MachO::section_64 Sec = info->O->getSection64(Load, J); 10089 MachO::section_64 S_64 = Obj->getSection64(Command, j);tools/llvm-size/llvm-size.cpp
234 MachO::section_64 Sec = MachO->getSection64(Load, J); 296 MachO::section_64 Sec = MachO->getSection64(Load, J);tools/sancov/sancov.cpp
614 MachO::section_64 Sec = O.getSection64(Load, J);