reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
 1435   bool scatterable = ((normalizedFile.flags & MH_SUBSECTIONS_VIA_SYMBOLS) != 0);
 1438   for (auto &sect : normalizedFile.sections) {
 1447       if (auto ec = parseObjCImageInfo(sect, normalizedFile, *file))
 1458                                   normalizedFile, *file, scatterable, copyRefs))
 1462   for (auto &sym : normalizedFile.undefinedSymbols) {
 1475                                      = ArchHandler::create(normalizedFile.arch);
 1476   for (auto &sect : normalizedFile.sections) {
 1479     if (llvm::Error ec = convertRelocs(sect, normalizedFile, scatterable,
 1493   if (auto ec = addEHFrameReferences(normalizedFile, *file, *handler))
 1499   for (const DataInCode &entry : normalizedFile.dataInCode) {
 1501     const Section* s = findSectionCoveringAddress(normalizedFile, entry.offset);
 1525     if (nextIndex < normalizedFile.dataInCode.size()) {
 1526       const DataInCode &nextEntry = normalizedFile.dataInCode[nextIndex];
 1542   file->setFlags(normalizedFile.flags);
 1543   file->setArch(normalizedFile.arch);
 1544   file->setOS(normalizedFile.os);
 1545   file->setMinVersion(normalizedFile.minOSverson);
 1546   file->setMinVersionLoadCommandKind(normalizedFile.minOSVersionKind);
 1553   if (auto err = parseDebugInfo(*file, normalizedFile, copyRefs))