Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h282 OffloadKindList DeviceOffloadKinds; variable
295 return DeviceOffloadKinds; in getOffloadKinds()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp298 DeviceOffloadKinds.push_back(OKind); in add()