Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDFrontendAction.h197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
328 bool hasIRSupport() const override;
HDFrontendActions.h215 bool hasIRSupport() const override { return false; } in hasIRSupport() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCodeGenAction.h67 bool hasIRSupport() const override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendAction.cpp760 if (!hasIRSupport()) { in BeginSourceFile()
1246 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
1247 return WrappedAction->hasIRSupport(); in hasIRSupport()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDIncrementalParser.cpp195 if (!WrappedAct->hasIRSupport()) in getCodeGen()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenAction.cpp948 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction