Home
last modified time | relevance | path

Searched refs:mapToArchitecture (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h47 Architecture mapToArchitecture(const llvm::Triple &Target);
H A DTarget.h35 : Arch(mapToArchitecture(Triple)), Platform(mapToPlatformType(Triple)), in Target()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp74 Architecture mapToArchitecture(const Triple &Target) { in mapToArchitecture() function