OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLLVMArchSuffixForARM
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Driver/
ToolChain.cpp
132
///
getLLVMArchSuffixForARM
- Get the LLVM arch name to use for a particular
137
static const char *
getLLVMArchSuffixForARM
(StringRef CPU) {
187
getLLVMArchSuffixForARM
(getARMTargetCPU(Args, Triple));
Tools.cpp
476
///
getLLVMArchSuffixForARM
- Get the LLVM arch name to use for a particular
481
static const char *
getLLVMArchSuffixForARM
(StringRef CPU) {
579
getLLVMArchSuffixForARM
(getARMTargetCPU(Args, Triple));
[
all
...]
Completed in 141 milliseconds