Searched defs:HostTriple (Results 1 - 1 of 1) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h37 : HostTriple(sys::getProcessTriple())
44 HostTriple += "-elf";
46 HostTriple = Triple::normalize(HostTriple);
51 Triple Host(HostTriple);
73 Triple Host(HostTriple);
86 std::string HostTriple; member in class:llvm::MCJITTestAPICommon

Completed in 205 milliseconds