Searched refs:PDB_Cpu (Results 1 – 10 of 10) sorted by relevance
242 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform()243 return PDB_Cpu::Intel8080; in getPlatform()
113 typedef codeview::CPUType PDB_Cpu; typedef
84 virtual PDB_Cpu getPlatform() const = 0;
118 using PDB_Cpu = codeview::CPUType; variable
108 virtual PDB_Cpu getPlatform() const = 0;
75 PDB_Cpu getPlatform() const override;
96 PDB_Cpu getPlatform() const override;
101 PDB_Cpu getPlatform() const override;
591 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform()592 return PrivateGetDIAValue<DWORD, PDB_Cpu>(Symbol, &IDiaSymbol::get_platform); in getPlatform()
711 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform()712 return PrivateGetDIAValue<DWORD, PDB_Cpu>(Symbol, &IDiaSymbol::get_platform); in getPlatform()