Searched refs:hasIRSupport (Results 1 – 4 of 4) sorted by relevance
167 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function277 virtual bool hasIRSupport() const;
222 assert(hasIRSupport() && in BeginSourceFile()513 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction514 return WrappedAction->hasIRSupport(); in hasIRSupport()
38 virtual bool hasIRSupport() const;
281 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction