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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h938 /// getArchTypePrefix - Get the "prefix" canonical name for the \p Kind
944 static StringRef getArchTypePrefix(ArchType Kind);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp86 StringRef Triple::getArchTypePrefix(ArchType Kind) { function in class:Triple
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp611 !StringRef(Triple::getArchTypePrefix(Arch)).equals("mips")) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp5102 llvm::Triple::getArchTypePrefix(getTarget().getTriple().getArch());

Completed in 276 milliseconds