OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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>
15
//
GeneralOptions
17
GeneralOptions
::
GeneralOptions
()
60
GeneralOptions
::~
GeneralOptions
()
64
bool
GeneralOptions
::hasDefaultLDScript() const
69
const char*
GeneralOptions
::defaultLDScript() const
74
void
GeneralOptions
::setDefaultLDScript(const std::string& pFilename
[
all
...]
/frameworks/compile/mclinker/include/mcld/
GeneralOptions.h
1
//===-
GeneralOptions
.h ---------------------------------------------------===//
24
/** \class
GeneralOptions
25
* \brief
GeneralOptions
collects the options that not be one of the
29
class
GeneralOptions
54
GeneralOptions
();
55
~
GeneralOptions
();
Completed in 30 milliseconds