Searched refs:hasIRSupport (Results 1 – 6 of 6) sorted by relevance
197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function328 bool hasIRSupport() const override;
215 bool hasIRSupport() const override { return false; } in hasIRSupport() function
67 bool hasIRSupport() const override;
760 if (!hasIRSupport()) { in BeginSourceFile()1246 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction1247 return WrappedAction->hasIRSupport(); in hasIRSupport()
195 if (!WrappedAct->hasIRSupport()) in getCodeGen()
948 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction