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

References

tools/llvm-readobj/MachODumper.cpp
  629   getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol);
  641   W.printNumber("Name", SymbolName, MOSymbol.StringIndex);
  642   if (MOSymbol.Type & MachO::N_STAB) {
  643     W.printHex("Type", "SymDebugTable", MOSymbol.Type);
  645     if (MOSymbol.Type & MachO::N_PEXT)
  647     if (MOSymbol.Type & MachO::N_EXT)
  649     W.printEnum("Type", uint8_t(MOSymbol.Type & MachO::N_TYPE),
  652   W.printHex("Section", SectionName, MOSymbol.SectionIndex);
  653   W.printEnum("RefType", static_cast<uint16_t>(MOSymbol.Flags & 0xF),
  655   W.printFlags("Flags", static_cast<uint16_t>(MOSymbol.Flags & ~0xF),
  657   W.printHex("Value", MOSymbol.Value);