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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  230   virtual bool isPacked() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  632 bool NativeRawSymbol::isPacked() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
   54   bool isPacked() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  155   dumpSymbolField(OS, "packed", isPacked(), Indent);
  328     return UnmodifiedType->isPacked();