• Home
  • Raw
  • Download

Lines Matching refs:Script

55 Script::~Script() {  in ~Script()
75 int Script::addSourceBC(size_t idx, in addSourceBC()
115 int Script::addSourceModule(size_t idx, in addSourceModule()
142 int Script::addSourceFile(size_t idx, in addSourceFile()
175 int Script::prepareRelocatable(char const *objPath, in prepareRelocatable()
208 int Script::prepareSharedObject(char const *objPath, in prepareSharedObject()
216 int Script::prepareExecutable(char const *cacheDir, in prepareExecutable()
251 int Script::internalLoadCache(char const *cacheDir, char const *cacheName, in internalLoadCache()
326 int Script::internalCompile(const CompilerOption &option) { in internalCompile()
386 int Script::writeCache() { in writeCache()
463 char const *Script::getCompilerErrorMessage() { in getCompilerErrorMessage()
473 void *Script::lookup(const char *name) { in lookup()
491 size_t Script::getExportVarCount() const { in getExportVarCount()
508 size_t Script::getExportFuncCount() const { in getExportFuncCount()
525 size_t Script::getExportForEachCount() const { in getExportForEachCount()
542 size_t Script::getPragmaCount() const { in getPragmaCount()
559 size_t Script::getFuncCount() const { in getFuncCount()
576 size_t Script::getObjectSlotCount() const { in getObjectSlotCount()
593 void Script::getExportVarList(size_t varListSize, void **varList) { in getExportVarList()
611 void Script::getExportVarNameList(std::vector<std::string> &varList) { in getExportVarNameList()
624 void Script::getExportFuncList(size_t funcListSize, void **funcList) { in getExportFuncList()
642 void Script::getExportFuncNameList(std::vector<std::string> &funcList) { in getExportFuncNameList()
654 void Script::getExportForEachList(size_t funcListSize, void **funcList) { in getExportForEachList()
672 void Script::getExportForEachNameList(std::vector<std::string> &forEachList) { in getExportForEachNameList()
684 void Script::getPragmaList(size_t pragmaListSize, in getPragmaList()
705 void Script::getFuncInfoList(size_t funcInfoListSize, in getFuncInfoList()
725 void Script::getObjectSlotList(size_t objectSlotListSize, in getObjectSlotList()
745 int Script::registerSymbolCallback(BCCSymbolLookupFn pFn, void *pContext) { in registerSymbolCallback()
757 bool Script::isCacheable() const { in isCacheable()
774 size_t Script::getELFSize() const { in getELFSize()
790 const char *Script::getELF() const { in getELF()