Searched refs:hasIRSupport (Results 1 – 6 of 6) sorted by relevance
197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function327 bool hasIRSupport() const override;
184 bool hasIRSupport() const override { return false; } in hasIRSupport() function
62 bool hasIRSupport() const override;
189 if (!WrappedAct->hasIRSupport()) in getCodeGen()
704 assert(hasIRSupport() && in BeginSourceFile()1112 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction1113 return WrappedAction->hasIRSupport(); in hasIRSupport()
868 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction