Home
last modified time | relevance | path

Searched refs:DeviceToolChains (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Driver/
DAction.h272 ToolChainList DeviceToolChains; variable
288 const ToolChainList &getToolChains() const { return DeviceToolChains; } in getToolChains()
/external/llvm-project/clang/lib/Driver/
DAction.cpp296 DeviceToolChains.push_back(&TC); in add()