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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h197 virtual bool hasIRSupport() const { return false; } function in class:clang::FrontendAction
325 bool hasIRSupport() const override;
H A DFrontendActions.h186 bool hasIRSupport() const override { return false; }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h61 bool hasIRSupport() const override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp689 assert(hasIRSupport() &&
1093 bool WrapperFrontendAction::hasIRSupport() const { function in class:WrapperFrontendAction
1094 return WrappedAction->hasIRSupport();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp910 bool CodeGenAction::hasIRSupport() const { return true; } function in class:CodeGenAction

Completed in 136 milliseconds