Searched refs:PDB_Machine (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 295 const PDB_Machine &Machine) { in operator <<() 297 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Am33, OS) in operator <<() 298 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Amd64, OS) in operator <<() 299 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Arm, OS) in operator <<() 300 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, ArmNT, OS) in operator <<() 301 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Ebc, OS) in operator <<() 302 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, x86, OS) in operator <<() 303 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Ia64, OS) in operator <<() 304 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, M32R, OS) in operator <<() 305 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Mips16, OS) in operator <<() [all …]
|
D | PDBSymbolExe.cpp | 26 if (getMachineType() == PDB_Machine::x86) in getPointerByteSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiStreamBuilder.h | 58 void setMachineType(PDB_Machine M); 118 PDB_Machine MachineType;
|
D | DbiStream.h | 64 PDB_Machine getMachineType() const;
|
D | NativeRawSymbol.h | 142 PDB_Machine getMachineType() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiStreamBuilder.cpp | 29 PdbDllVersion(0), PdbDllRbld(0), Flags(0), MachineType(PDB_Machine::x86), in DbiStreamBuilder() 54 void DbiStreamBuilder::setMachineType(PDB_Machine M) { MachineType = M; } in setMachineType() 58 MachineType = static_cast<pdb::PDB_Machine>(static_cast<unsigned>(M)); in setMachineType()
|
D | DbiStream.cpp | 196 PDB_Machine DbiStream::getMachineType() const { in getMachineType() 198 return static_cast<PDB_Machine>(Machine); in getMachineType()
|
D | NativeRawSymbol.cpp | 384 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType() 385 return PDB_Machine::Invalid; in getMachineType()
|
D | PDBFile.cpp | 406 PDB_Machine Machine = DbiS->getMachineType(); in getPointerSize() 407 if (Machine == PDB_Machine::Amd64) in getPointerSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBExtras.h | 39 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);
|
D | IPDBRawSymbol.h | 168 virtual PDB_Machine getMachineType() const = 0;
|
D | PDBTypes.h | 123 enum class PDB_Machine { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 137 PDB_Machine getMachineType() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() 912 return PrivateGetDIAValue<DWORD, PDB_Machine>(Symbol, in getMachineType()
|