Searched refs:entrypointName (Results 1 – 3 of 3) sorted by relevance
13 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char …
116 createCommonDataFile(const char *destDir, const char *name, const char *entrypointName, const char … in createCommonDataFile() argument380 entrypointName, in createCommonDataFile()
1206 auto entrypointName = (char const *)&insn.word(3); in find_entrypoint() local1209 if (!strcmp(entrypointName, name) && (entrypointStageBits & stageBits)) { in find_entrypoint()