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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1547       exprt.name = atom->name();
 1548       exprt.offset = _atomToAddress[atom] - _ctx.baseAddress();
 1549       exprt.kind = EXPORT_SYMBOL_FLAGS_KIND_REGULAR;
 1551         exprt.flags = EXPORT_SYMBOL_FLAGS_WEAK_DEFINITION;
 1553         exprt.flags = 0;
 1554       exprt.otherOffset = 0;
 1555       exprt.otherName = StringRef();
 1556       nFile.exportInfo.push_back(exprt);