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

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

Completed in 81 milliseconds