Searched refs:triplemap (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDDisassembler.cpp47 static const struct TripleMap triplemap[] = { variable in typeref:struct:TripleMap
61 for (infoIndex = 0; triplemap[infoIndex].String != NULL; ++infoIndex) {
62 if (arch == triplemap[infoIndex].Arch)
63 return triplemap[infoIndex].String;

Completed in 128 milliseconds