Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dmicrodump.cc65 static const char kX86Architecture[] = "x86"; variable
332 } else if (strcmp(arch.c_str(), kX86Architecture) == 0) { in Microdump()