Home
last modified time | relevance | path

Searched defs:hasIRSupport (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendActions.h147 bool hasIRSupport() const override { return false; } in hasIRSupport() function
DFrontendAction.h183 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
/external/clang/lib/Frontend/
DFrontendAction.cpp604 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
/external/clang/lib/CodeGen/
DCodeGenAction.cpp670 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction