Home
last modified time | relevance | path

Searched refs:getArchTypePrefix (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/ADT/
HDTriple.h607 static const char *getArchTypePrefix(ArchType Kind);
/NextBSD/contrib/llvm/lib/Support/
HDTriple.cpp70 const char *Triple::getArchTypePrefix(ArchType Kind) { in getArchTypePrefix() function in Triple
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp566 !StringRef(Triple::getArchTypePrefix(Arch)).equals("mips")) { in setMipsABI()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBuiltin.cpp1784 llvm::Triple::getArchTypePrefix(getTarget().getTriple().getArch())) { in EmitBuiltinExpr()