OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeEffectiveClangTriple
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Driver/
ToolChain.h
247
///
ComputeEffectiveClangTriple
- Return the Clang triple to use for this
252
virtual std::string
ComputeEffectiveClangTriple
(
/external/clang/lib/Driver/
ToolChains.h
212
std::string
ComputeEffectiveClangTriple
(const llvm::opt::ArgList &Args,
401
std::string
ComputeEffectiveClangTriple
(const llvm::opt::ArgList &Args,
ToolChain.cpp
271
std::string ToolChain::
ComputeEffectiveClangTriple
(const ArgList &Args,
ToolChains.cpp
158
std::string Darwin::
ComputeEffectiveClangTriple
(const ArgList &Args,
896
Darwin_Generic_GCC::
ComputeEffectiveClangTriple
(const ArgList &Args,
[
all
...]
Tools.cpp
719
std::string TripleStr = getToolChain().
ComputeEffectiveClangTriple
(Args);
[
all
...]
Completed in 1874 milliseconds