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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  516         normExport.name = trieExport.name().copy(f->ownedAllocations);
  517         normExport.offset = trieExport.address();
  518         normExport.kind = ExportSymbolKind(trieExport.flags() & EXPORT_SYMBOL_FLAGS_KIND_MASK);
  519         normExport.flags = trieExport.flags() & ~EXPORT_SYMBOL_FLAGS_KIND_MASK;
  520         normExport.otherOffset = trieExport.other();
  521         if (!trieExport.otherName().empty())
  522           normExport.otherName = trieExport.otherName().copy(f->ownedAllocations);