Searched refs:GeneralOptions (Results 1 – 10 of 10) sorted by relevance
19 GeneralOptions::GeneralOptions() in GeneralOptions() function in mcld::GeneralOptions69 GeneralOptions::~GeneralOptions() { in ~GeneralOptions()72 void GeneralOptions::setSOName(const std::string& pName) { in setSOName()80 void GeneralOptions::addZOption(const ZOption& pOption) { in addZOption()152 bool GeneralOptions::isInExcludeLIBS(const Input& pInput) const { in isInExcludeLIBS()
6 GeneralOptions.cpp \
63 const GeneralOptions& options() const { return m_Options; } in options()64 GeneralOptions& options() { return m_Options; } in options()87 GeneralOptions m_Options;
28 class GeneralOptions {70 GeneralOptions();71 ~GeneralOptions();
512 mcld::GeneralOptions::StripSymbolMode::StripAllSymbols); in TranslateArguments()515 mcld::GeneralOptions::StripSymbolMode::StripLocals); in TranslateArguments()518 mcld::GeneralOptions::StripSymbolMode::StripTemporaries); in TranslateArguments()521 mcld::GeneralOptions::StripSymbolMode::KeepAllSymbols); in TranslateArguments()538 mcld::GeneralOptions::HashStyle style = in TranslateArguments()539 llvm::StringSwitch<mcld::GeneralOptions::HashStyle>(arg->getValue()) in TranslateArguments()540 .Case("sysv", mcld::GeneralOptions::HashStyle::SystemV) in TranslateArguments()541 .Case("gnu", mcld::GeneralOptions::HashStyle::GNU) in TranslateArguments()542 .Case("both", mcld::GeneralOptions::HashStyle::Both) in TranslateArguments()543 .Default(mcld::GeneralOptions::HashStyle::Unknown); in TranslateArguments()[all …]
269 GeneralOptions::const_undef_sym_iterator usym; in getEntrySections()270 GeneralOptions::const_undef_sym_iterator usymEnd = in getEntrySections()
140 if (m_Config.options().getICFMode() == GeneralOptions::ICF::Safe) { in findCandidates()169 if ((m_Config.options().getICFMode() == GeneralOptions::ICF::All) || in findCandidates()
120 GeneralOptions::const_undef_sym_iterator usym; in addUndefinedSymbols()121 GeneralOptions::const_undef_sym_iterator usymEnd = in addUndefinedSymbols()276 if (m_Config.options().getICFMode() != GeneralOptions::ICF::None) { in dataStrippingOpt()
696 case GeneralOptions::StripSymbolMode::StripAllSymbols: in doRelax()697 case GeneralOptions::StripSymbolMode::StripLocals: in doRelax()
740 case GeneralOptions::StripSymbolMode::StripAllSymbols: { in sizeNamePools()815 GeneralOptions::const_rpath_iterator rpath, in sizeNamePools()1072 GeneralOptions::const_rpath_iterator rpath, in emitDynNamePools()