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

  /external/clang/include/clang/Frontend/
FrontendAction.h 167 virtual bool hasIRSupport() const { return false; }
277 virtual bool hasIRSupport() const;
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 38 virtual bool hasIRSupport() const;
  /external/clang/lib/Frontend/
FrontendAction.cpp 222 assert(hasIRSupport() &&
513 bool WrapperFrontendAction::hasIRSupport() const {
514 return WrappedAction->hasIRSupport();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 281 bool CodeGenAction::hasIRSupport() const { return true; }

Completed in 54 milliseconds