HomeSort by: relevance | last modified time | path
    Searched refs:getArchTypePrefix (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h 938 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
944 static StringRef getArchTypePrefix(ArchType Kind);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp 86 StringRef Triple::getArchTypePrefix(ArchType Kind) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 611 !StringRef(Triple::getArchTypePrefix(Arch)).equals("mips")) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 5102 llvm::Triple::getArchTypePrefix(getTarget().getTriple().getArch());

Completed in 52 milliseconds