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/lib/Driver/
ToolChains.h
303
bool
HasNativeLLVMSupport
() const override;
597
bool
HasNativeLLVMSupport
() const override { return true; }
716
bool
HasNativeLLVMSupport
() const override;
789
bool
HasNativeLLVMSupport
() const override;
[
all
...]
ToolChain.cpp
369
bool ToolChain::
HasNativeLLVMSupport
() const {
ToolChains.cpp
66
bool MachO::
HasNativeLLVMSupport
() const { return true; }
[
all
...]
Tools.cpp
218
if (!TC.
HasNativeLLVMSupport
() && types::isLLVMIR(II.getType()))
[
all
...]
/external/clang/include/clang/Driver/
ToolChain.h
217
virtual bool
HasNativeLLVMSupport
() const;
Completed in 532 milliseconds