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