Searched refs:hasIRSupport (Results 1 – 5 of 5) sorted by relevance
183 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function292 bool hasIRSupport() const override;
147 bool hasIRSupport() const override { return false; } in hasIRSupport() function
38 bool hasIRSupport() const override;
241 assert(hasIRSupport() && in BeginSourceFile()582 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction583 return WrappedAction->hasIRSupport(); in hasIRSupport()
580 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction