OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSOName
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/mclinker/unittests/
LinkerTest.cpp
98
config.options().
setSOName
("libplasma.so"); ///< --soname=libplasma.so
156
config1.options().
setSOName
("libplasma.once.so"); ///< --soname=libplasma.twice.so
205
config2.options().
setSOName
("libplasma.twice.so"); ///< --soname=libplasma.twice.exe
253
config1.options().
setSOName
("libplasma.once.so"); ///< --soname=libplasma.twice.so
307
config2.options().
setSOName
("libplasma.twice.so"); ///< --soname=libplasma.twice.exe
352
config.options().
setSOName
("libgotplt.so"); ///< --soname=libgotplt.so
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
LinkerConfig.h
101
void
setSOName
(const std::string &pSOName);
/frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp
78
void GeneralOptions::
setSOName
(const std::string& pName)
/frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp
171
void LinkerConfig::
setSOName
(const std::string &pSOName) {
172
mLDConfig->options().
setSOName
(pSOName);
/frameworks/compile/mclinker/tools/mcld/
main.cpp
223
config->
setSOName
(OptSOName);
225
config->
setSOName
(pOutputFilename);
/frameworks/compile/mclinker/include/mcld/
GeneralOptions.h
105
void
setSOName
(const std::string& pName);
/art/compiler/
elf_writer_mclinker.cc
121
linker_config_->options().
setSOName
(elf_file_->GetPath());
/frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp
[
all
...]
Completed in 141 milliseconds