Home
last modified time | relevance | path

Searched refs:hasIRSupport (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendAction.h197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
328 bool hasIRSupport() const override;
H A DFrontendActions.h206 bool hasIRSupport() const override { return false; } in hasIRSupport() function
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCodeGenAction.h62 bool hasIRSupport() const override;
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp211 if (!WrappedAct->hasIRSupport()) in getCodeGen()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp736 assert(hasIRSupport() && in BeginSourceFile()
1198 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
1199 return WrappedAction->hasIRSupport(); in hasIRSupport()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp968 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction