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/NativeTypeUDT.h
   53   bool isPacked() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   65   dumpSymbolField(OS, "packed", isPacked(), Indent);
  192     return UnmodifiedType->isPacked();