Searched refs:GeneralOptions (Results 1 - 11 of 11) 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...]
H A DAndroid.mk6 GeneralOptions.cpp \
/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h12 #include "mcld/GeneralOptions.h"
63 const GeneralOptions& options() const { return m_Options; }
64 GeneralOptions& options() { return m_Options; }
87 GeneralOptions m_Options;
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();
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp529 mcld::GeneralOptions::StripSymbolMode::StripAllSymbols);
532 mcld::GeneralOptions::StripSymbolMode::StripLocals);
535 mcld::GeneralOptions::StripSymbolMode::StripTemporaries);
538 mcld::GeneralOptions::StripSymbolMode::KeepAllSymbols);
555 mcld::GeneralOptions::HashStyle style =
556 llvm::StringSwitch<mcld::GeneralOptions::HashStyle>(arg->getValue())
557 .Case("sysv", mcld::GeneralOptions::HashStyle::SystemV)
558 .Case("gnu", mcld::GeneralOptions::HashStyle::GNU)
559 .Case("both", mcld::GeneralOptions::HashStyle::Both)
560 .Default(mcld::GeneralOptions
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp269 GeneralOptions::const_undef_sym_iterator usym;
270 GeneralOptions::const_undef_sym_iterator usymEnd =
H A DIdenticalCodeFolding.cpp11 #include "mcld/GeneralOptions.h"
140 if (m_Config.options().getICFMode() == GeneralOptions::ICF::Safe) {
169 if ((m_Config.options().getICFMode() == GeneralOptions::ICF::All) ||
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp476 case GeneralOptions::StripSymbolMode::StripAllSymbols:
477 case GeneralOptions::StripSymbolMode::StripLocals:
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp120 GeneralOptions::const_undef_sym_iterator usym;
121 GeneralOptions::const_undef_sym_iterator usymEnd =
276 if (m_Config.options().getICFMode() != GeneralOptions::ICF::None) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp869 case GeneralOptions::StripSymbolMode::StripAllSymbols:
870 case GeneralOptions::StripSymbolMode::StripLocals:
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp740 case GeneralOptions::StripSymbolMode::StripAllSymbols: {
815 GeneralOptions::const_rpath_iterator rpath,
1072 GeneralOptions::const_rpath_iterator rpath,

Completed in 474 milliseconds