OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasIRSupport
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
FrontendAction.h
174
virtual bool
hasIRSupport
() const { return false; }
283
bool
hasIRSupport
() const override;
/external/clang/lib/Frontend/
FrontendAction.cpp
237
assert(
hasIRSupport
() &&
555
bool WrapperFrontendAction::
hasIRSupport
() const {
556
return WrappedAction->
hasIRSupport
();
/external/clang/lib/CodeGen/
CodeGenAction.cpp
550
bool CodeGenAction::
hasIRSupport
() const { return true; }
Completed in 135 milliseconds