Searched refs:GeneralOptions (Results 1 – 14 of 14) sorted by relevance
/frameworks/compile/mclinker/lib/Core/ |
D | GeneralOptions.cpp | 19 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()
|
D | Android.mk | 7 GeneralOptions.cpp \
|
/frameworks/compile/mclinker/tools/mcld/lib/ |
D | OutputFormatOptions.cpp | 139 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()
|
D | OptimizationOptions.cpp | 63 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/ |
D | LinkerConfig.h | 72 const GeneralOptions& options() const { return m_Options; } in options() 73 GeneralOptions& options() { return m_Options; } in options() 99 GeneralOptions m_Options;
|
D | GeneralOptions.h | 27 class GeneralOptions 68 GeneralOptions(); 69 ~GeneralOptions();
|
/frameworks/compile/mclinker/tools/mcld/include/mcld/ |
D | OptimizationOptions.h | 30 llvm::cl::opt<mcld::GeneralOptions::ICF>& m_ICF;
|
D | OutputFormatOptions.h | 49 llvm::cl::opt<mcld::GeneralOptions::HashStyle>& m_HashStyle;
|
/frameworks/compile/mclinker/lib/LD/ |
D | GarbageCollection.cpp | 277 GeneralOptions::const_undef_sym_iterator usym; in getEntrySections() 278 GeneralOptions::const_undef_sym_iterator usymEnd = in getEntrySections()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 787 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/ |
D | ObjectLinker.cpp | 119 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/ |
D | ARMLDBackend.cpp | 656 case GeneralOptions::StripAllSymbols: in doRelax() 657 case GeneralOptions::StripLocals: in doRelax()
|
/frameworks/compile/mclinker/lib/CodeGen/ |
D | MCLinker.cpp | 278 GeneralOptions::const_script_iterator ii, ie = m_Config.options().script_end(); in initializeInputTree()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 312 if (GeneralOptions::GNU == config().options().getHashStyle() || in orderSymbolTable() 313 GeneralOptions::Both == config().options().getHashStyle()) { in orderSymbolTable()
|