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

References

tools/llvm-nm/llvm-nm.cpp
 1676           F.Name = "<redacted function X>";
 1677           F.Address = FoundFns[f] + BaseSegmentAddress;
 1678           F.Size = 0;
 1682           F.Sym = BasicSymbolRef();
 1683           F.SymFlags = 0;
 1684           F.NType = MachO::N_SECT;
 1685           F.NSect = 0;
 1696             F.NSect++;
 1697             if (F.Address >= Section.getAddress() &&
 1698                 F.Address < Section.getAddress() + Section.getSize()) {
 1699               F.Section = Section;
 1704             F.TypeChar = 't';
 1706             F.TypeChar = 'd';
 1708             F.TypeChar = 'b';
 1710             F.TypeChar = 's';
 1711           F.NDesc = 0;
 1712           F.IndirectName = StringRef();
 1713           SymbolList.push_back(F);