HomeSort by: relevance | last modified time | path
    Searched refs:GetRuntimeLibType (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Fuchsia.h 78 GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
RISCVToolchain.cpp 167 auto RuntimeLib = ToolChain.GetRuntimeLibType(Args);
MinGW.cpp 68 ToolChain::RuntimeLibType RLT = getToolChain().GetRuntimeLibType(Args);
567 if (GetRuntimeLibType(DriverArgs) == ToolChain::RLT_Libgcc) {
BareMetal.cpp 276 ToolChain::RuntimeLibType RLT = GetRuntimeLibType(Args);
Fuchsia.cpp 291 ToolChain::RuntimeLibType Fuchsia::GetRuntimeLibType(
Darwin.h 531 RuntimeLibType GetRuntimeLibType(const llvm::opt::ArgList &Args) const override;
Linux.cpp 666 ToolChain::RuntimeLibType RtLib = GetRuntimeLibType(Args);
CommonArgs.cpp 1478 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(Args);
Darwin.cpp 1270 ToolChain::RuntimeLibType DarwinClang::GetRuntimeLibType(
1286 GetRuntimeLibType(Args);
Gnu.cpp 528 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT &&
649 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT &&
  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 752 ToolChain::RuntimeLibType ToolChain::GetRuntimeLibType(
789 ToolChain::RuntimeLibType RtLibType = GetRuntimeLibType(Args);
798 if (GetRuntimeLibType(Args) == RLT_Libgcc)
Driver.cpp 1886 ToolChain::RuntimeLibType RLT = TC.GetRuntimeLibType(C.getArgs());
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 599 // GetRuntimeLibType - Determine the runtime library type to use with the
602 GetRuntimeLibType(const llvm::opt::ArgList &Args) const;

Completed in 76 milliseconds