Searched defs:hasIRSupport (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
H A DFrontendAction.h174 virtual bool hasIRSupport() const { return false; } function in class:clang::FrontendAction
283 bool hasIRSupport() const override;
/external/clang/lib/Frontend/
H A DFrontendAction.cpp237 assert(hasIRSupport() &&
555 bool WrapperFrontendAction::hasIRSupport() const { function in class:WrapperFrontendAction
556 return WrappedAction->hasIRSupport();
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp550 bool CodeGenAction::hasIRSupport() const { return true; } function in class:CodeGenAction

Completed in 212 milliseconds