Home | History | Annotate | Download | only in Core

Lines Matching defs:machine

41         llvm::Triple::ArchType machine;
440 return core_def->machine;
678 switch (core_def->machine)
697 // Fall back onto setting the machine type if the arch by name failed...
699 m_triple.setArch (core_def->machine);