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

References

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  126   virtual PDB_Cpu getPlatform() const = 0;
include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  101   PDB_Cpu getPlatform() const override;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  239 PDB_Cpu NativeRawSymbol::getPlatform() const {
  240   return PDB_Cpu::Intel8080;