OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CudaHostToolChain
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Driver/
Compilation.h
41
const ToolChain *
CudaHostToolChain
;
87
const ToolChain *getCudaHostToolChain() const { return
CudaHostToolChain
; }
93
CudaHostToolChain
= HostToolChain;
/external/clang/lib/Driver/
Compilation.cpp
28
CudaHostToolChain
(&DefaultToolChain), CudaDeviceToolChain(nullptr),
Completed in 110 milliseconds