Searched refs:pSOName (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
H A DLinkerConfig.h78 void setSOName(const std::string &pSOName);
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DLinkerConfig.h71 void setSOName(const std::string &pSOName);
/frameworks/compile/libbcc/lib/Support/
H A DLinkerConfig.cpp100 void LinkerConfig::setSOName(const std::string &pSOName) { argument
101 mSOName = pSOName;
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DLinkerConfig.cpp93 void LinkerConfig::setSOName(const std::string &pSOName) { argument
94 mSOName = pSOName;

Completed in 136 milliseconds