Home
last modified time | relevance | path

Searched defs:hasIRSupport (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendActions.h193 bool hasIRSupport() const override { return false; } in hasIRSupport() function
H A DFrontendAction.h197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp1219 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp993 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction