HomeSort by relevance Sort by last modified time
    Searched defs:BindArchAction (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
Action.cpp 44 BindArchAction::BindArchAction(Action *Input, const char *_ArchName)
  /external/clang/include/clang/Driver/
Action.h 110 class BindArchAction : public Action {
116 BindArchAction(Action *Input, const char *_ArchName);
123 static bool classof(const BindArchAction *) { return true; }

Completed in 1096 milliseconds