Home
last modified time | relevance | path

Searched refs:GeneralOptions (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp19 GeneralOptions::GeneralOptions() in GeneralOptions() function in mcld::GeneralOptions
68 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()
DAndroid.bp17 "GeneralOptions.cpp",
/frameworks/compile/mclinker/include/mcld/
DLinkerConfig.h63 const GeneralOptions& options() const { return m_Options; } in options()
64 GeneralOptions& options() { return m_Options; } in options()
87 GeneralOptions m_Options;
DGeneralOptions.h28 class GeneralOptions {
70 GeneralOptions();
71 ~GeneralOptions();
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp529 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 …]
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp139 if (m_Config.options().getICFMode() == GeneralOptions::ICF::Safe) { in findCandidates()
168 if ((m_Config.options().getICFMode() == GeneralOptions::ICF::All) || in findCandidates()
DGarbageCollection.cpp269 GeneralOptions::const_undef_sym_iterator usym; in getEntrySections()
270 GeneralOptions::const_undef_sym_iterator usymEnd = in getEntrySections()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp476 case GeneralOptions::StripSymbolMode::StripAllSymbols: in doRelax()
477 case GeneralOptions::StripSymbolMode::StripLocals: in doRelax()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp120 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()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp869 case GeneralOptions::StripSymbolMode::StripAllSymbols: in doRelax()
870 case GeneralOptions::StripSymbolMode::StripLocals: in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp740 case GeneralOptions::StripSymbolMode::StripAllSymbols: { in sizeNamePools()
815 GeneralOptions::const_rpath_iterator rpath, in sizeNamePools()
1072 GeneralOptions::const_rpath_iterator rpath, in emitDynNamePools()