reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
246 return llvm::alignTo(value, _is64 ? 8 : 4); 261 _startOfLoadCommands = _is64 ? sizeof(mach_header_64) : sizeof(mach_header); 263 (_is64 ? sizeof(segment_command_64) : sizeof(segment_command)); 264 const size_t sectsSize = (_is64 ? sizeof(section_64) : sizeof(section)); 387 (_is64 ? sizeof(segment_command_64) : sizeof(segment_command)); 388 const size_t sectionSize = (_is64 ? sizeof(section_64) : sizeof(section)); 593 mh->magic = _is64 ? llvm::MachO::MH_MAGIC_64 : llvm::MachO::MH_MAGIC; 775 if (_is64) { 824 if (_is64) { 1050 if (_is64) { 1180 _rebaseInfo.align(_is64 ? 8 : 4); 1232 _bindingInfo.align(_is64 ? 8 : 4); 1256 _lazyBindingInfo.align(_is64 ? 8 : 4); 1464 _exportTrie.align(_is64 ? 8 : 4); 1469 const size_t nlistSize = (_is64 ? sizeof(nlist_64) : sizeof(nlist));