Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h203 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
334 bool hasIRSupport() const override;
H A DFrontendActions.h216 bool hasIRSupport() const override { return false; } in hasIRSupport() function
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h67 bool hasIRSupport() const override;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp908 if (!hasIRSupport()) { in BeginSourceFile()
1395 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
1396 return WrappedAction->hasIRSupport(); in hasIRSupport()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp827 if (!WrappedAct->hasIRSupport()) in getCodeGen()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp908 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc694 {"_ZNK5clang14FrontendAction12hasIRSupportEv", "clang::FrontendAction::hasIRSupport() const"},
3797 {"_ZNK5clang13CodeGenAction12hasIRSupportEv", "clang::CodeGenAction::hasIRSupport() const"},