Searched refs:hasIRSupport (Results 1 - 5 of 5) sorted by relevance
/external/clang/include/clang/Frontend/ | ||
H A D | FrontendAction.h | 175 virtual bool hasIRSupport() const { return false; } function in class:clang::FrontendAction 285 virtual bool hasIRSupport() const; |
H A D | FrontendActions.h | 151 virtual bool hasIRSupport() const { return false; } function in class:clang::DumpModuleInfoAction |
/external/clang/include/clang/CodeGen/ | ||
H A D | CodeGenAction.h | 38 virtual bool hasIRSupport() const; |
/external/clang/lib/Frontend/ | ||
H A D | FrontendAction.cpp | 222 assert(hasIRSupport() && 519 bool WrapperFrontendAction::hasIRSupport() const { function in class:WrapperFrontendAction 520 return WrappedAction->hasIRSupport(); |
/external/clang/lib/CodeGen/ | ||
H A D | CodeGenAction.cpp | 298 bool CodeGenAction::hasIRSupport() const { return true; } function in class:CodeGenAction |
Completed in 666 milliseconds