OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasNativeLLVMSupport
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Driver/
ToolChain.h
159
virtual bool
HasNativeLLVMSupport
() const;
/external/clang/lib/Driver/
ToolChains.h
290
virtual bool
HasNativeLLVMSupport
() const;
546
virtual bool
HasNativeLLVMSupport
() const;
ToolChain.cpp
146
bool ToolChain::
HasNativeLLVMSupport
() const {
ToolChains.cpp
79
bool Darwin::
HasNativeLLVMSupport
() const {
[
all
...]
Tools.cpp
161
if (!TC.
HasNativeLLVMSupport
()) {
[
all
...]
Completed in 136 milliseconds