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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
  283     if (&sect == &section)
  325   if (symbols.empty() && section.content.empty())
  330     atomFromSymbol(atomType, section, file, section.address, StringRef(),
  330     atomFromSymbol(atomType, section, file, section.address, StringRef(),
  332                   section.address + section.content.size(),
  332                   section.address + section.content.size(),
  335   else if (symbols.front()->value != section.address) {
  337     atomFromSymbol(atomType, section, file, section.address, StringRef(),
  337     atomFromSymbol(atomType, section, file, section.address, StringRef(),
  348           || lastSym->value != section.address
  350         atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name,
  358     atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name,
  360                    section.address + section.content.size(),
  360                    section.address + section.content.size(),
  367     file.eachAtomInSection(section,