HomeSort by relevance Sort by last modified time
    Searched refs:getArchTypePrefix (Results 1 - 6 of 6) 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/lib/Support/
Triple.cpp 50 const char *Triple::getArchTypePrefix(ArchType Kind) {
  /external/llvm/lib/Support/
Triple.cpp 74 const char *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 177 milliseconds