HomeSort by relevance Sort by last modified time
    Searched refs:HostTriple (Results 1 - 23 of 23) sorted by null

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 39 : HostTriple(sys::getProcessTriple())
50 HostTriple += "-elf";
52 HostTriple = Triple::normalize(HostTriple);
57 Triple Host(HostTriple);
79 Triple Host(HostTriple);
92 std::string HostTriple;
MCJITCAPITest.cpp 168 LLVMSetTarget(Module, HostTriple.c_str());
188 LLVMSetTarget(Module, HostTriple.c_str());
218 LLVMSetTarget(Module, HostTriple.c_str());
351 LLVMSetTarget(Module, HostTriple.c_str());
399 if (Triple(HostTriple).getArch() != Triple::x86_64)
423 Triple(HostTriple).getOS() != Triple::Darwin ||
424 Triple(HostTriple).isMacOSXVersionLT(10, 7) ||
479 LLVMSetTarget(Module, HostTriple.c_str());
MCJITTestBase.h 283 : TrivialModuleBuilder(HostTriple)
  /external/clang/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetOptions.h 32 std::string HostTriple;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetOptions.h 32 std::string HostTriple;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetOptions.h 32 std::string HostTriple;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetOptions.h 32 std::string HostTriple;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /external/llvm/tools/llvm-config/
llvm-config.cpp 345 const Triple HostTriple(Triple::normalize(LLVM_HOST_TRIPLE));
346 if (HostTriple.isOSWindows()) {
349 if (HostTriple.isOSCygMing()) {
364 } else if (HostTriple.isOSDarwin()) {
476 OS << ((HostTriple.isWindowsMSVCEnvironment()) ? "-LIBPATH:" : "-L")
650 if (HostTriple.isWindowsMSVCEnvironment()) {
  /external/clang/lib/Driver/
ToolChain.cpp 382 llvm::Triple HostTriple(LLVM_HOST_TRIPLE);
383 switch (HostTriple.getArch()) {
393 return HostTriple.getArch() != getArch();
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 843 TO->HostTriple = getTarget().getTriple().str();
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 920 milliseconds