HomeSort by relevance Sort by last modified time
    Searched refs:setArchName (Results 1 - 25 of 27) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 313 /// setArchName - Set the architecture (first) component of the
315 void setArchName(StringRef Str);
  /external/clang/lib/Driver/
ToolChain.cpp 433 Triple.setArchName(MArch);
445 Triple.setArchName("arm64");
498 Triple.setArchName(ArchName + Suffix.str());
Driver.cpp 389 Target.setArchName("i586");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 627 setArchName(getArchTypeName(Kind));
642 void Triple::setArchName(StringRef Str) {
  /external/llvm/include/llvm/ADT/
Triple.h 619 /// setArchName - Set the architecture (first) component of the
621 void setArchName(StringRef Str);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 636 /// setArchName - Set the architecture (first) component of the
638 void setArchName(StringRef Str);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 657 /// setArchName - Set the architecture (first) component of the
659 void setArchName(StringRef Str);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 657 /// setArchName - Set the architecture (first) component of the
659 void setArchName(StringRef Str);
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
llvm-objdump.cpp 106 TT.setArchName(ArchName);
  /external/swiftshader/third_party/LLVM/unittests/ADT/
TripleTest.cpp 235 T.setArchName("i386");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 676 /// setArchName - Set the architecture (first) component of the
678 void setArchName(StringRef Str);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 676 /// setArchName - Set the architecture (first) component of the
678 void setArchName(StringRef Str);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 680 /// setArchName - Set the architecture (first) component of the
682 void setArchName(StringRef Str);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 680 /// setArchName - Set the architecture (first) component of the
682 void setArchName(StringRef Str);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 680 /// setArchName - Set the architecture (first) component of the
682 void setArchName(StringRef Str);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 680 /// setArchName - Set the architecture (first) component of the
682 void setArchName(StringRef Str);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 676 /// setArchName - Set the architecture (first) component of the
678 void setArchName(StringRef Str);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 676 /// setArchName - Set the architecture (first) component of the
678 void setArchName(StringRef Str);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 680 /// setArchName - Set the architecture (first) component of the
682 void setArchName(StringRef Str);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 680 /// setArchName - Set the architecture (first) component of the
682 void setArchName(StringRef Str);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 680 /// setArchName - Set the architecture (first) component of the
682 void setArchName(StringRef Str);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 680 /// setArchName - Set the architecture (first) component of the
682 void setArchName(StringRef Str);
  /external/llvm/lib/Support/
Triple.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp     [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 378 T.setArchName("i386");
    [all...]

Completed in 783 milliseconds

1 2