HomeSort by relevance Sort by last modified time
    Searched refs:hasIRSupport (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Frontend/
FrontendAction.h 183 virtual bool hasIRSupport() const { return false; }
305 bool hasIRSupport() const override;
FrontendActions.h 147 bool hasIRSupport() const override { return false; }
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 40 bool hasIRSupport() const override;
  /external/clang/lib/Frontend/
FrontendAction.cpp 260 assert(hasIRSupport() &&
604 bool WrapperFrontendAction::hasIRSupport() const {
605 return WrappedAction->hasIRSupport();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 670 bool CodeGenAction::hasIRSupport() const { return true; }
    [all...]

Completed in 290 milliseconds