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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1070           sym.name  = atom->name();
 1071           sym.type  = N_SECT;
 1072           sym.scope = symbolScope;
 1073           sym.sect  = sect->finalSectionIndex;
 1074           sym.desc  = descBits(atom);
 1075           sym.value = _atomToAddress[atom];
 1077           file.localSymbols.push_back(sym);