Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
324 bool hasIRSupport() const override;
H A DFrontendActions.h180 bool hasIRSupport() const override { return false; } in hasIRSupport() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h62 bool hasIRSupport() const override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp688 assert(hasIRSupport() && in BeginSourceFile()
1083 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
1084 return WrappedAction->hasIRSupport(); in hasIRSupport()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp811 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction