Searched refs:hasIRSupport (Results 1 – 5 of 5) sorted by relevance
197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function324 bool hasIRSupport() const override;
180 bool hasIRSupport() const override { return false; } in hasIRSupport() function
62 bool hasIRSupport() const override;
688 assert(hasIRSupport() && in BeginSourceFile()1083 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction1084 return WrappedAction->hasIRSupport(); in hasIRSupport()
811 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction