HomeSort by relevance Sort by last modified time
    Searched refs:ToolChains (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/Driver/
Driver.h 204 /// \brief Cache of all the ToolChains in use by the driver.
209 mutable llvm::StringMap<ToolChain *> ToolChains;
278 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
451 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 226 /// \brief Cache of all the ToolChains in use by the driver.
231 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
317 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
494 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
322 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
499 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
322 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
499 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Driver.h 226 /// \brief Cache of all the ToolChains in use by the driver.
231 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
317 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
494 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
322 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
499 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
322 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
499 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
324 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
506 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
324 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
506 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
324 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
506 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
324 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
506 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
324 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
506 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
324 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
506 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
324 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
506 /// Will cache ToolChains for the life of the driver object, and create them
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Driver/
Driver.h 231 /// \brief Cache of all the ToolChains in use by the driver.
236 mutable llvm::StringMap<std::unique_ptr<ToolChain>> ToolChains;
324 /// CreateOffloadingDeviceToolChains - create all the toolchains required to
506 /// Will cache ToolChains for the life of the driver object, and create them
  /external/clang/lib/Driver/
Driver.cpp 12 #include "ToolChains.h"
89 llvm::DeleteContainerSeconds(ToolChains);
    [all...]

Completed in 1436 milliseconds