Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp310 DeviceToolChains.push_back(&TC); in add()
319 DeviceToolChains.push_back(&TC); in add()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h290 ToolChainList DeviceToolChains; variable
311 const ToolChainList &getToolChains() const { return DeviceToolChains; } in getToolChains()