Searched refs:PDB_Cpu (Results 1 – 6 of 6) sorted by relevance
239 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform()240 return PDB_Cpu::Intel8080; in getPlatform()
101 PDB_Cpu getPlatform() const override;
96 PDB_Cpu getPlatform() const override;
126 virtual PDB_Cpu getPlatform() const = 0;
121 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()