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

  /src/external/apache2/llvm/lib/libclangDriver/
Makefile 27 .PATH: ${CLANG_SRCDIR}/lib/Driver/ToolChains
73 .PATH: ${CLANG_SRCDIR}/lib/Driver/ToolChains/Arch
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 11 #include "ToolChains/AIX.h"
12 #include "ToolChains/AMDGPU.h"
13 #include "ToolChains/AMDGPUOpenMP.h"
14 #include "ToolChains/AVR.h"
15 #include "ToolChains/Ananas.h"
16 #include "ToolChains/BareMetal.h"
17 #include "ToolChains/Clang.h"
18 #include "ToolChains/CloudABI.h"
19 #include "ToolChains/Contiki.h"
20 #include "ToolChains/CrossWindows.h
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Driver.h 260 /// Cache of all the ToolChains in use by the driver.
265 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
369 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
597 /// Will cache ToolChains for the life of the driver object, and create them

Completed in 18 milliseconds