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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  737         currentAtom = findAtomCoveringAddress(normalizedFile, file,
  742                    file.path());
  749                    Twine::utohexstr(stabSym.value) + " in " + file.path());
  764           currentAtom = findDefinedAtomByName(file, "_" + name);
  771           currentAtom = findDefinedAtomByName(file, stabSym.name);
  781                    " in " + file.path());
  815   file.setDebugInfo(std::make_unique<StabsDebugInfo>(std::move(stabsList)));
  818   file.debugInfo()->setAllocator(std::move(allocator));