Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h215 bool hasIRSupport() const override { return false; } in hasIRSupport() function
H A DFrontendAction.h197 virtual bool hasIRSupport() const { return false; } hasIRSupport() function
/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1246 bool WrapperFrontendAction::hasIRSupport() const { hasIRSupport() function in WrapperFrontendAction
/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp948 bool CodeGenAction::hasIRSupport() const { return true; } hasIRSupport() function in CodeGenAction