Home
last modified time | relevance | path

Searched refs:PDB_Cpu (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp238 PDB_Cpu NativeRawSymbol::getPlatform() const { in getPlatform()
239 return PDB_Cpu::Intel8080; in getPlatform()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h96 PDB_Cpu getPlatform() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h101 PDB_Cpu getPlatform() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h122 virtual PDB_Cpu getPlatform() const = 0;
H A DPDBTypes.h123 using PDB_Cpu = codeview::CPUType; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp733 PDB_Cpu DIARawSymbol::getPlatform() const { in getPlatform()
734 return PrivateGetDIAValue<DWORD, PDB_Cpu>(Symbol, &IDiaSymbol::get_platform); in getPlatform()