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

  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 119 const char **getExportFuncNameList() const {
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Script.h 188 void getExportFuncNameList(std::vector<std::string> &list);
ScriptCompiled.h 126 void getExportFuncNameList(std::vector<std::string> &funcList);
ScriptCompiled.cpp 48 void ScriptCompiled::getExportFuncNameList(std::vector<std::string> &funcList) {
Script.cpp 642 void Script::getExportFuncNameList(std::vector<std::string> &funcList) {
645 return mCompiled->getExportFuncNameList(funcList);
MCCacheWriter.cpp 257 mpOwner->getExportFuncNameList(funcNameList);
Compiler.cpp 359 const char **FuncNames = ME.getExportFuncNameList();
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 108 const char **funcNameList = ME->getExportFuncNameList();

Completed in 80 milliseconds