Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/windows/
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()
/external/skia/tools/
DCrashHandler.cpp195 const DWORD machineType = IMAGE_FILE_MACHINE_I386; in handler() local
200 const DWORD machineType = IMAGE_FILE_MACHINE_AMD64; in handler() local
205 const DWORD machineType = IMAGE_FILE_MACHINE_ARM64; in handler() local
209 while (StackWalk64(machineType, in handler()
/external/skqp/tools/
DCrashHandler.cpp140 const DWORD machineType = IMAGE_FILE_MACHINE_I386; in handler() local
145 const DWORD machineType = IMAGE_FILE_MACHINE_AMD64; in handler() local
148 while (StackWalk64(machineType, in handler()
/external/skqp/infra/bots/
Dgen_tasks.go342 func linuxGceDimensions(machineType string) []string {
348 fmt.Sprintf("machine_type:%s", machineType),
/external/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go596 func (b *taskBuilder) linuxGceDimensions(machineType string) {
602 fmt.Sprintf("machine_type:%s", machineType),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp306 RAW_METHOD_DUMP(OS, machineType); in dump()
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp306 RAW_METHOD_DUMP(OS, machineType); in dump()