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 175 virtual bool hasIRSupport() const { return false; }
285 virtual bool hasIRSupport() const;
FrontendActions.h 151 virtual bool hasIRSupport() const { return false; }
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 38 virtual bool hasIRSupport() const;
  /external/clang/lib/Frontend/
FrontendAction.cpp 222 assert(hasIRSupport() &&
519 bool WrapperFrontendAction::hasIRSupport() const {
520 return WrappedAction->hasIRSupport();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 298 bool CodeGenAction::hasIRSupport() const { return true; }

Completed in 515 milliseconds