Searched refs:GeneralOptions (Results 1 - 15 of 15) 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:GeneralOptions
68 GeneralOptions::~GeneralOptions()
72 void GeneralOptions::setSOName(const std::string& pName)
81 void GeneralOptions::addZOption(const ZOption& pOption)
154 bool GeneralOptions
[all...]
H A DAndroid.mk7 GeneralOptions.cpp \
/frameworks/compile/mclinker/tools/mcld/include/mcld/
H A DOptimizationOptions.h11 #include <mcld/GeneralOptions.h>
30 llvm::cl::opt<mcld::GeneralOptions::ICF>& m_ICF;
H A DOutputFormatOptions.h14 #include <mcld/GeneralOptions.h>
49 llvm::cl::opt<mcld::GeneralOptions::HashStyle>& m_HashStyle;
/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h14 #include <mcld/GeneralOptions.h>
72 const GeneralOptions& options() const { return m_Options; }
73 GeneralOptions& options() { return m_Options; }
99 GeneralOptions m_Options;
H A DGeneralOptions.h1 //===- GeneralOptions.h ---------------------------------------------------===//
22 /** \class GeneralOptions
23 * \brief GeneralOptions collects the options that not be one of the
27 class GeneralOptions class in namespace:mcld
68 GeneralOptions();
69 ~GeneralOptions();
/frameworks/compile/mclinker/tools/mcld/lib/
H A DOptimizationOptions.cpp63 llvm::cl::opt<mcld::GeneralOptions::ICF> ArgICF("icf",
66 llvm::cl::init(mcld::GeneralOptions::ICF_None),
68 clEnumValN(mcld::GeneralOptions::ICF_None, "none",
70 clEnumValN(mcld::GeneralOptions::ICF_All, "all",
72 clEnumValN(mcld::GeneralOptions::ICF_Safe, "safe",
H A DOutputFormatOptions.cpp139 llvm::cl::opt<mcld::GeneralOptions::HashStyle> ArgHashStyle("hash-style",
140 llvm::cl::init(mcld::GeneralOptions::SystemV),
143 clEnumValN(mcld::GeneralOptions::SystemV, "sysv",
145 clEnumValN(mcld::GeneralOptions::GNU, "gnu",
147 clEnumValN(mcld::GeneralOptions::Both, "both",
217 pConfig.options().setStripSymbols(mcld::GeneralOptions::StripAllSymbols);
219 pConfig.options().setStripSymbols(mcld::GeneralOptions::StripLocals);
221 pConfig.options().setStripSymbols(mcld::GeneralOptions::StripTemporaries);
223 pConfig.options().setStripSymbols(mcld::GeneralOptions::KeepAllSymbols);
/frameworks/compile/mclinker/unittests/
H A DELFBinaryReaderTest.cpp14 #include <mcld/GeneralOptions.h>
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp277 GeneralOptions::const_undef_sym_iterator usym;
278 GeneralOptions::const_undef_sym_iterator usymEnd =
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp787 case GeneralOptions::StripAllSymbols: {
825 if (GeneralOptions::GNU == config().options().getHashStyle() ||
826 GeneralOptions::Both == config().options().getHashStyle()) {
845 if (GeneralOptions::SystemV == config().options().getHashStyle() ||
846 GeneralOptions::Both == config().options().getHashStyle()) {
864 GeneralOptions::const_rpath_iterator rpath,
1083 if (GeneralOptions::GNU == config().options().getHashStyle() ||
1084 GeneralOptions::Both == config().options().getHashStyle())
1088 if (GeneralOptions::SystemV == config().options().getHashStyle() ||
1089 GeneralOptions
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp119 GeneralOptions::const_undef_sym_iterator usym;
120 GeneralOptions::const_undef_sym_iterator usymEnd =
277 if (m_Config.options().getICFMode() != GeneralOptions::ICF_None) {
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLinker.cpp278 GeneralOptions::const_script_iterator ii, ie = m_Config.options().script_end();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp656 case GeneralOptions::StripAllSymbols:
657 case GeneralOptions::StripLocals:
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp312 if (GeneralOptions::GNU == config().options().getHashStyle() ||
313 GeneralOptions::Both == config().options().getHashStyle()) {

Completed in 313 milliseconds