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/include/clang/Driver/
ToolChain.h
324
///
ComputeLLVMTriple
- Return the LLVM target triple to use, after taking
327
ComputeLLVMTriple
(const llvm::opt::ArgList &Args,
/external/clang/lib/Driver/
ToolChain.cpp
409
std::string ToolChain::
ComputeLLVMTriple
(const ArgList &Args,
499
return
ComputeLLVMTriple
(Args, InputType);
ToolChains.cpp
170
llvm::Triple Triple(
ComputeLLVMTriple
(Args, InputType));
177
llvm::Triple Triple(
ComputeLLVMTriple
(Args, InputType));
[
all
...]
Completed in 41 milliseconds