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

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
MipsLinux.h 48 : RuntimeLibType::RLT_CompilerRT;
VEToolchain.h 57 return ToolChain::RLT_CompilerRT;
OpenBSD.h 65 return ToolChain::RLT_CompilerRT;
BareMetal.h 54 return ToolChain::RLT_CompilerRT;
Fuchsia.h 48 return ToolChain::RLT_CompilerRT;
RISCVToolchain.cpp 81 ToolChain::RLT_Libgcc : ToolChain::RLT_CompilerRT;
172 assert (RuntimeLib == ToolChain::RLT_CompilerRT);
AIX.cpp 237 return ToolChain::RLT_CompilerRT;
BareMetal.cpp 278 case ToolChain::RLT_CompilerRT:
Fuchsia.cpp 300 return ToolChain::RLT_CompilerRT;
WebAssembly.cpp 330 return ToolChain::RLT_CompilerRT;
Linux.cpp 316 return ToolChain::RLT_CompilerRT;
667 if (RtLib == ToolChain::RLT_CompilerRT)
Darwin.h 241 return ToolChain::RLT_CompilerRT;
CommonArgs.cpp 1481 case ToolChain::RLT_CompilerRT:
Gnu.cpp 528 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT &&
649 if (ToolChain.GetRuntimeLibType(Args) == ToolChain::RLT_CompilerRT &&
Darwin.cpp 1279 return ToolChain::RLT_CompilerRT;
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h 101 RLT_CompilerRT,
  /src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp 762 runtimeLibType = ToolChain::RLT_CompilerRT;
790 if (RtLibType == ToolChain::RLT_CompilerRT) {
Driver.cpp 1890 case ToolChain::RLT_CompilerRT:

Completed in 164 milliseconds