Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendAction.h183 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
305 bool hasIRSupport() const override;
DFrontendActions.h147 bool hasIRSupport() const override { return false; } in hasIRSupport() function
/external/llvm-project/clang/include/clang/Frontend/
DFrontendAction.h197 virtual bool hasIRSupport() const { return false; } in hasIRSupport() function
326 bool hasIRSupport() const override;
DFrontendActions.h184 bool hasIRSupport() const override { return false; } in hasIRSupport() function
/external/clang/include/clang/CodeGen/
DCodeGenAction.h40 bool hasIRSupport() const override;
/external/llvm-project/clang/include/clang/CodeGen/
DCodeGenAction.h61 bool hasIRSupport() const override;
/external/clang/lib/Frontend/
DFrontendAction.cpp260 assert(hasIRSupport() && in BeginSourceFile()
604 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
605 return WrappedAction->hasIRSupport(); in hasIRSupport()
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp702 assert(hasIRSupport() && in BeginSourceFile()
1109 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() function in WrapperFrontendAction
1110 return WrappedAction->hasIRSupport(); in hasIRSupport()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp670 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp888 bool CodeGenAction::hasIRSupport() const { return true; } in hasIRSupport() function in CodeGenAction