HomeSort by relevance Sort by last modified time
    Searched refs:HostTriple (Results 1 - 14 of 14) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 40 : HostTriple(sys::getProcessTriple())
51 HostTriple += "-elf";
53 HostTriple = Triple::normalize(HostTriple);
58 Triple Host(HostTriple);
78 Triple Host(HostTriple);
90 std::string HostTriple;
MCJITCAPITest.cpp 169 LLVMSetTarget(Module, HostTriple.c_str());
189 LLVMSetTarget(Module, HostTriple.c_str());
219 LLVMSetTarget(Module, HostTriple.c_str());
352 LLVMSetTarget(Module, HostTriple.c_str());
400 if (Triple(HostTriple).getArch() != Triple::x86_64)
424 Triple(HostTriple).getOS() != Triple::Darwin ||
425 Triple(HostTriple).isMacOSXVersionLT(10, 7) ||
480 LLVMSetTarget(Module, HostTriple.c_str());
MCJITTestBase.h 282 : TrivialModuleBuilder(HostTriple), OptLevel(CodeGenOpt::None),
  /external/clang/include/clang/Basic/
TargetOptions.h 33 std::string HostTriple;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Host.cpp 178 llvm::Triple HostTriple(getProcessTriple());
179 if (!HostTriple.isMacOSX())
212 ASSERT_EQ(HostTriple.getMacOSXVersion(HostMajor, HostMinor, HostMicro), true);
  /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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
llvm-config.cpp 354 const Triple HostTriple(Triple::normalize(LLVM_HOST_TRIPLE));
355 if (HostTriple.isOSWindows()) {
358 if (HostTriple.isOSCygMing()) {
374 } else if (HostTriple.isOSDarwin()) {
496 OS << ((HostTriple.isWindowsMSVCEnvironment()) ? "-LIBPATH:" : "-L")
673 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 4952 milliseconds