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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 345 /// getArchTypePrefix - Get the "prefix" canonical name for the \arg Kind
351 static const char *getArchTypePrefix(ArchType Kind);
  /external/llvm/include/llvm/ADT/
Triple.h 693 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
699 static const char *getArchTypePrefix(ArchType Kind);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 710 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
716 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 731 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
737 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 731 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
737 static StringRef getArchTypePrefix(ArchType Kind);
  /external/swiftshader/third_party/LLVM/lib/Support/
Triple.cpp 50 const char *Triple::getArchTypePrefix(ArchType Kind) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 756 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
762 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 756 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
762 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Triple.h 760 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
766 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Triple.h 760 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
766 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Triple.h 760 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
766 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Triple.h 760 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
766 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Triple.h 756 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
762 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Triple.h 756 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
762 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Triple.h 760 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
766 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Triple.h 760 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
766 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Triple.h 760 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
766 static StringRef getArchTypePrefix(ArchType Kind);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Triple.h 760 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
766 static StringRef getArchTypePrefix(ArchType Kind);
  /external/llvm/lib/Support/
Triple.cpp 74 const char *Triple::getArchTypePrefix(ArchType Kind) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 77 StringRef Triple::getArchTypePrefix(ArchType Kind) {
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 586 !StringRef(Triple::getArchTypePrefix(Arch)).equals("mips")) {
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 598 milliseconds