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

  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 1 //===- GeneralOptions.cpp -------------------------------------------------===//
9 #include <mcld/GeneralOptions.h>
17 // GeneralOptions
19 GeneralOptions::GeneralOptions()
68 GeneralOptions::~GeneralOptions()
72 void GeneralOptions::setSOName(const std::string& pName)
81 void GeneralOptions::addZOption(const ZOption& pOption)
154 bool GeneralOptions::isInExcludeLIBS(const Input& pInput) cons
    [all...]
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 1 //===- GeneralOptions.h ---------------------------------------------------===//
22 /** \class GeneralOptions
23 * \brief GeneralOptions collects the options that not be one of the
27 class GeneralOptions
68 GeneralOptions();
69 ~GeneralOptions();

Completed in 59 milliseconds