reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1203 if (!SegSect.empty() && MachO) { 1204 Nsect = getNsectForSegSect(MachO); 1209 if (!MachO || !DyldInfoOnly) { 1219 if (Nsect && Nsect != getNsectInMachO(*MachO, Sym)) 1238 if (MachO) { 1274 if (MachO && !NoDyldInfo) { 1278 if (MachO->is64Bit()) { 1279 H_64 = MachO->MachOObjectFile::getHeader64(); 1282 H = MachO->MachOObjectFile::getHeader(); 1286 for (const auto &Command : MachO->load_commands()) { 1288 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Command); 1294 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Command); 1305 for (const llvm::object::ExportEntry &Entry : MachO->exports(Err)) { 1353 !MachO->is64Bit() && H.cputype == MachO::CPU_TYPE_ARM){ 1362 for (const SectionRef &Section : MachO->sections()) { 1370 SegmentName = MachO->getSectionFinalSegmentName( 1446 error(std::move(Err), MachO->getFileName()); 1466 for (const llvm::object::MachOBindEntry &Entry : MachO->bindTable(BErr)) { 1500 error(std::move(BErr), MachO->getFileName()); 1521 MachO->lazyBindTable(LErr)) { 1560 error(std::move(LErr), MachO->getFileName()); 1582 MachO->weakBindTable(WErr)) { 1630 error(std::move(WErr), MachO->getFileName()); 1650 for (const auto &Command : MachO->load_commands()) { 1655 MachO->getLinkeditDataLoadCommand(Command); 1657 MachO->ReadULEB128s(LLC.dataoff, FoundFns); 1660 MachO->getEntryPointCommand(Command); 1688 for (const SectionRef &Section : MachO->sections()) { 1694 SegmentName = MachO->getSectionFinalSegmentName(