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() {
71 void GeneralOptions::setSOName(const std::string& pName) {
79 void GeneralOptions::addZOption(const ZOption& pOption) {
151 bool GeneralOptions::isInExcludeLIBS(const Input& pInput) const
    [all...]
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 1 //===- GeneralOptions.h ---------------------------------------------------===//
23 /** \class GeneralOptions
24 * \brief GeneralOptions collects the options that not be one of the
28 class GeneralOptions {
70 GeneralOptions();
71 ~GeneralOptions();

Completed in 48 milliseconds