Lines Matching refs:optFilename
56 …char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
259 …*filename, const char *destdir, const char *optEntryPoint, const char *optFilename, char *outFileP… in writeAssemblyCode() argument
273 getOutFilename(filename, destdir, bufferStr, entry, ".S", optFilename); in writeAssemblyCode()
346 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename,… in writeCCode() argument
365 getOutFilename(filename, destdir, buffer, entry+uprv_strlen(entry), ".c", optFilename); in writeCCode()
588 …har *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) { in getOutFilename() argument
609 if(optFilename != NULL) { in getOutFilename()
610 uprv_strcpy(outFilename, optFilename); in getOutFilename()
640 if(optFilename != NULL) { in getOutFilename()
641 uprv_strcpy(saveOutFilename, optFilename); in getOutFilename()
768 …tdir, const char *optEntryPoint, const char *optMatchArch, const char *optFilename, char *outFileP… in writeObjectCode() argument
1045 getOutFilename(filename, destdir, buffer, entry+entryOffset, newSuffix, optFilename); in writeObjectCode()