OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetRuntimeLibType
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Driver/
ToolChain.h
367
//
GetRuntimeLibType
- Determine the runtime library type to use with the
370
GetRuntimeLibType
(const llvm::opt::ArgList &Args) const;
/external/clang/lib/Driver/
MinGWToolChain.cpp
198
if (
GetRuntimeLibType
(DriverArgs) == ToolChain::RLT_Libgcc) {
ToolChain.cpp
521
ToolChain::RuntimeLibType ToolChain::
GetRuntimeLibType
(
ToolChains.cpp
385
switch (
GetRuntimeLibType
(Args)) {
[
all
...]
Tools.cpp
[
all
...]
Completed in 198 milliseconds