Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
327 bool hasIRSupport() const override;
H A DFrontendActions.h184 bool hasIRSupport() const override { return false; } in hasIRSupport() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h62 bool hasIRSupport() const override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp189 if (!WrappedAct->hasIRSupport()) in getCodeGen()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp704 assert(hasIRSupport() && in BeginSourceFile()
1112 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
1113 return WrappedAction->hasIRSupport(); in hasIRSupport()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp868 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction