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

/external/clang/include/clang/Basic/
H A DTargetOptions.h33 std::string HostTriple; member in class:clang::TargetOptions
/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 6681 milliseconds