Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.h198 bool hasIRSupport() const override { return false; } in hasIRSupport() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h65 bool hasIRSupport() const override;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp754 assert(hasIRSupport() && in BeginSourceFile()
1237 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
1238 return WrappedAction->hasIRSupport(); in hasIRSupport()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp195 if (!WrappedAct->hasIRSupport()) in getCodeGen()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp973 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction