Searched refs:hasIRSupport (Results 1 – 5 of 5) sorted by relevance
175 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function285 virtual bool hasIRSupport() const;
145 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
222 assert(hasIRSupport() && in BeginSourceFile()519 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction520 return WrappedAction->hasIRSupport(); in hasIRSupport()
38 virtual bool hasIRSupport() const;
298 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction