Searched defs:GeneralOptions (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
H A DGeneralOptions.cpp1 //===- GeneralOptions.cpp -------------------------------------------------===//
9 #include "mcld/GeneralOptions.h"
17 // GeneralOptions
19 GeneralOptions::GeneralOptions() function in class:mcld::GeneralOptions
68 GeneralOptions::~GeneralOptions() {
71 void GeneralOptions::setSOName(const std::string& pName) {
79 void GeneralOptions::addZOption(const ZOption& pOption) {
151 bool GeneralOptions
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h1 //===- GeneralOptions.h ---------------------------------------------------===//
23 /** \class GeneralOptions
24 * \brief GeneralOptions collects the options that not be one of the
28 class GeneralOptions { class in namespace:mcld
70 GeneralOptions();
71 ~GeneralOptions();

Completed in 58 milliseconds