Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DFrontendAction.h175 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
285 virtual bool hasIRSupport() const;
DFrontendActions.h145 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DFrontendAction.cpp222 assert(hasIRSupport() && in BeginSourceFile()
519 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
520 return WrappedAction->hasIRSupport(); in hasIRSupport()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/CodeGen/
DCodeGenAction.h38 virtual bool hasIRSupport() const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenAction.cpp298 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction