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

/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h39 : HostTriple(sys::getProcessTriple())
50 HostTriple += "-elf";
52 HostTriple = Triple::normalize(HostTriple);
57 Triple Host(HostTriple);
79 Triple Host(HostTriple);
92 std::string HostTriple; member in class:llvm::MCJITTestAPICommon

Completed in 57 milliseconds