Searched refs:PDB_Cpu (Results 1 – 6 of 6) sorted by relevance
238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform()239 return PDB_Cpu::Intel8080; in getPlatform()
96 PDB_Cpu getPlatform() const override;
101 PDB_Cpu getPlatform() const override;
122 virtual PDB_Cpu getPlatform() const = 0;
123 using PDB_Cpu = codeview::CPUType; variable
733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform()734 return PrivateGetDIAValue<DWORD, PDB_Cpu>(Symbol, &IDiaSymbol::get_platform); in getPlatform()