Home
last modified time | relevance | path

Searched refs:machineType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp45 uint16_t machineType = 0; in GetTripleForProcess() local
53 imageBinary.Read(&machineType, readSize); in GetTripleForProcess()
57 if (machineType == 0x8664) in GetTripleForProcess()
59 else if (machineType == 0x14c) in GetTripleForProcess()
61 else if (machineType == 0x1c4) in GetTripleForProcess()
63 else if (machineType == 0xaa64) in GetTripleForProcess()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp306 RAW_METHOD_DUMP(OS, machineType); in dump()