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

References

tools/llvm-readobj/XCOFFDumper.cpp
  220                 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr)));
  221   if ((AuxEntPtr->SymbolAlignmentAndType & SymbolTypeMask) == XCOFF::XTY_LD)
  222     W.printNumber("ContainingCsectSymbolIndex", AuxEntPtr->SectionOrLength);
  224     W.printNumber("SectionLen", AuxEntPtr->SectionOrLength);
  225   W.printHex("ParameterHashIndex", AuxEntPtr->ParameterHashIndex);
  226   W.printHex("TypeChkSectNum", AuxEntPtr->TypeChkSectNum);
  229                 (AuxEntPtr->SymbolAlignmentAndType & SymbolAlignmentMask) >>
  231   W.printEnum("SymbolType", AuxEntPtr->SymbolAlignmentAndType & SymbolTypeMask,
  234               static_cast<uint8_t>(AuxEntPtr->StorageMappingClass),
  236   W.printHex("StabInfoIndex", AuxEntPtr->StabInfoIndex);
  237   W.printHex("StabSectNum", AuxEntPtr->StabSectNum);