HomeSort by relevance Sort by last modified time
    Searched refs:setSOName (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 92 config.options().setSOName("libplasma.so"); ///< --soname=libplasma.so
150 config1.options().setSOName(
200 config2.options().setSOName(
248 config1.options().setSOName(
303 config2.options().setSOName(
348 config.options().setSOName("libgotplt.so"); ///< --soname=libgotplt.so
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 71 void GeneralOptions::setSOName(const std::string& pName) {
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 96 void setSOName(const std::string& pName);
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 402 config_.options().setSOName(arg->getValue());
510 config_.options().setSOName(module_.name());
    [all...]

Completed in 106 milliseconds