Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp19 GeneralOptions::GeneralOptions() in GeneralOptions() function in GeneralOptions
68 GeneralOptions::~GeneralOptions() in ~GeneralOptions()
72 void GeneralOptions::setSOName(const std::string& pName) in setSOName()
81 void GeneralOptions::addZOption(const ZOption& pOption) in addZOption()
154 bool GeneralOptions::isInExcludeLIBS(const Input& pInput) const in isInExcludeLIBS()
DAndroid.mk7 GeneralOptions.cpp \
/frameworks/compile/mclinker/tools/mcld/lib/
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); in parse()
219 pConfig.options().setStripSymbols(mcld::GeneralOptions::StripLocals); in parse()
221 pConfig.options().setStripSymbols(mcld::GeneralOptions::StripTemporaries); in parse()
223 pConfig.options().setStripSymbols(mcld::GeneralOptions::KeepAllSymbols); in parse()
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",
/frameworks/compile/mclinker/include/mcld/
DLinkerConfig.h72 const GeneralOptions& options() const { return m_Options; } in options()
73 GeneralOptions& options() { return m_Options; } in options()
99 GeneralOptions m_Options;
DGeneralOptions.h27 class GeneralOptions
68 GeneralOptions();
69 ~GeneralOptions();
/frameworks/compile/mclinker/tools/mcld/include/mcld/
DOptimizationOptions.h30 llvm::cl::opt<mcld::GeneralOptions::ICF>& m_ICF;
DOutputFormatOptions.h49 llvm::cl::opt<mcld::GeneralOptions::HashStyle>& m_HashStyle;
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp277 GeneralOptions::const_undef_sym_iterator usym; in getEntrySections()
278 GeneralOptions::const_undef_sym_iterator usymEnd = in getEntrySections()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp787 case GeneralOptions::StripAllSymbols: { in sizeNamePools()
825 if (GeneralOptions::GNU == config().options().getHashStyle() || in sizeNamePools()
826 GeneralOptions::Both == config().options().getHashStyle()) { in sizeNamePools()
845 if (GeneralOptions::SystemV == config().options().getHashStyle() || in sizeNamePools()
846 GeneralOptions::Both == config().options().getHashStyle()) { in sizeNamePools()
864 GeneralOptions::const_rpath_iterator rpath, in sizeNamePools()
1083 if (GeneralOptions::GNU == config().options().getHashStyle() || in emitDynNamePools()
1084 GeneralOptions::Both == config().options().getHashStyle()) in emitDynNamePools()
1088 if (GeneralOptions::SystemV == config().options().getHashStyle() || in emitDynNamePools()
1089 GeneralOptions::Both == config().options().getHashStyle()) in emitDynNamePools()
[all …]
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp119 GeneralOptions::const_undef_sym_iterator usym; in addUndefinedSymbols()
120 GeneralOptions::const_undef_sym_iterator usymEnd = in addUndefinedSymbols()
277 if (m_Config.options().getICFMode() != GeneralOptions::ICF_None) { in dataStrippingOpt()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp656 case GeneralOptions::StripAllSymbols: in doRelax()
657 case GeneralOptions::StripLocals: in doRelax()
/frameworks/compile/mclinker/lib/CodeGen/
DMCLinker.cpp278 GeneralOptions::const_script_iterator ii, ie = m_Config.options().script_end(); in initializeInputTree()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp312 if (GeneralOptions::GNU == config().options().getHashStyle() || in orderSymbolTable()
313 GeneralOptions::Both == config().options().getHashStyle()) { in orderSymbolTable()