Searched defs:hasIRSupport (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ | ||
H A D | FrontendActions.h | 198 bool hasIRSupport() const override { return false; } hasIRSupport() function |
H A D | FrontendAction.h | 197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ | ||
H A D | FrontendAction.cpp | 1237 bool WrapperFrontendAction::hasIRSupport() const { hasIRSupport() function in WrapperFrontendAction |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenAction.cpp | 973 bool CodeGenAction::hasIRSupport() const { return true; } hasIRSupport() function in CodeGenAction |