Searched refs:GeneralOptions (Results 1 – 11 of 11) sorted by relevance
19 GeneralOptions::GeneralOptions() in GeneralOptions() function in mcld::GeneralOptions68 GeneralOptions::~GeneralOptions() { in ~GeneralOptions()71 void GeneralOptions::setSOName(const std::string& pName) { in setSOName()79 void GeneralOptions::addZOption(const ZOption& pOption) { in addZOption()151 bool GeneralOptions::isInExcludeLIBS(const Input& pInput) const { in isInExcludeLIBS()
17 "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();
529 mcld::GeneralOptions::StripSymbolMode::StripAllSymbols); in TranslateArguments()532 mcld::GeneralOptions::StripSymbolMode::StripLocals); in TranslateArguments()535 mcld::GeneralOptions::StripSymbolMode::StripTemporaries); in TranslateArguments()538 mcld::GeneralOptions::StripSymbolMode::KeepAllSymbols); in TranslateArguments()555 mcld::GeneralOptions::HashStyle style = in TranslateArguments()556 llvm::StringSwitch<mcld::GeneralOptions::HashStyle>(arg->getValue()) in TranslateArguments()557 .Case("sysv", mcld::GeneralOptions::HashStyle::SystemV) in TranslateArguments()558 .Case("gnu", mcld::GeneralOptions::HashStyle::GNU) in TranslateArguments()559 .Case("both", mcld::GeneralOptions::HashStyle::Both) in TranslateArguments()560 .Default(mcld::GeneralOptions::HashStyle::Unknown); in TranslateArguments()[all …]
139 if (m_Config.options().getICFMode() == GeneralOptions::ICF::Safe) { in findCandidates()168 if ((m_Config.options().getICFMode() == GeneralOptions::ICF::All) || in findCandidates()
269 GeneralOptions::const_undef_sym_iterator usym; in getEntrySections()270 GeneralOptions::const_undef_sym_iterator usymEnd = in getEntrySections()
476 case GeneralOptions::StripSymbolMode::StripAllSymbols: in doRelax()477 case GeneralOptions::StripSymbolMode::StripLocals: in doRelax()
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()
869 case GeneralOptions::StripSymbolMode::StripAllSymbols: in doRelax()870 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()