Home
last modified time | relevance | path

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/
DPDBExtras.cpp295 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 …]
DPDBSymbolExe.cpp26 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/
DDbiStreamBuilder.h58 void setMachineType(PDB_Machine M);
118 PDB_Machine MachineType;
DDbiStream.h64 PDB_Machine getMachineType() const;
DNativeRawSymbol.h142 PDB_Machine getMachineType() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp29 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()
DDbiStream.cpp196 PDB_Machine DbiStream::getMachineType() const { in getMachineType()
198 return static_cast<PDB_Machine>(Machine); in getMachineType()
DNativeRawSymbol.cpp384 PDB_Machine NativeRawSymbol::getMachineType() const { in getMachineType()
385 return PDB_Machine::Invalid; in getMachineType()
DPDBFile.cpp406 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/
DPDBExtras.h39 raw_ostream &operator<<(raw_ostream &OS, const PDB_Machine &Machine);
DIPDBRawSymbol.h168 virtual PDB_Machine getMachineType() const = 0;
DPDBTypes.h123 enum class PDB_Machine { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h137 PDB_Machine getMachineType() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp911 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType()
912 return PrivateGetDIAValue<DWORD, PDB_Machine>(Symbol, in getMachineType()