Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DAction.h276 ToolChainList DeviceToolChains; variable
292 const ToolChainList &getToolChains() const { return DeviceToolChains; } in getToolChains()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DAction.cpp296 DeviceToolChains.push_back(&TC); in add()