OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeLLVMTriple
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Driver/
ToolChain.cpp
204
std::string ToolChain::
ComputeLLVMTriple
(const ArgList &Args,
279
return
ComputeLLVMTriple
(Args, InputType);
ToolChains.cpp
185
llvm::Triple Triple(
ComputeLLVMTriple
(Args, InputType));
192
llvm::Triple Triple(
ComputeLLVMTriple
(Args, InputType));
[
all
...]
/external/clang/include/clang/Driver/
ToolChain.h
250
///
ComputeLLVMTriple
- Return the LLVM target triple to use, after taking
253
ComputeLLVMTriple
(const llvm::opt::ArgList &Args,
Completed in 46 milliseconds