Home
last modified time | relevance | path

Searched refs:hasIRSupport (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendAction.h167 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
277 virtual bool hasIRSupport() const;
/external/clang/lib/Frontend/
DFrontendAction.cpp222 assert(hasIRSupport() && in BeginSourceFile()
513 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
514 return WrappedAction->hasIRSupport(); in hasIRSupport()
/external/clang/include/clang/CodeGen/
DCodeGenAction.h38 virtual bool hasIRSupport() const;
/external/clang/lib/CodeGen/
DCodeGenAction.cpp281 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction