Home | History | Annotate | Download | only in ExecutionEngine

Lines Matching refs:Triple

17 #include "llvm/ADT/Triple.h"
28 Triple TT;
40 TargetMachine *EngineBuilder::selectTarget(const Triple &TargetTriple,
44 Triple TheTriple(TargetTriple);
48 // Adjust the triple to match what the user requested.
64 // Adjust the triple to match (if known), otherwise stick with the
65 // requested/host triple.
66 Triple::ArchType Type = Triple::getArchTypeForLLVMName(MArch);
67 if (Type != Triple::UnknownArch)
89 if (TheTriple.getArch() == Triple::arm &&