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;

Overridden By

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  326 bool NativeTypeEnum::isPacked() const {
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
  190 bool NativeTypeUDT::isPacked() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  204   bool isPacked() const override;