Searched refs:hasIRSupport (Results 1 – 10 of 10) sorted by relevance
183 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function305 bool hasIRSupport() const override;
147 bool hasIRSupport() const override { return false; } in hasIRSupport() function
197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function326 bool hasIRSupport() const override;
184 bool hasIRSupport() const override { return false; } in hasIRSupport() function
40 bool hasIRSupport() const override;
61 bool hasIRSupport() const override;
260 assert(hasIRSupport() && in BeginSourceFile()604 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction605 return WrappedAction->hasIRSupport(); in hasIRSupport()
702 assert(hasIRSupport() && in BeginSourceFile()1109 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction1110 return WrappedAction->hasIRSupport(); in hasIRSupport()
670 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction
888 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction