Home
last modified time | relevance | path

Searched refs:PDB_Machine (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h111 PDB_Machine getMachineType() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h119 virtual PDB_Machine getMachineType() const = 0;
DPDBTypes.h173 enum class PDB_Machine { enum
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp736 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType()
737 return PrivateGetDIAValue<DWORD, PDB_Machine>(Symbol, in getMachineType()