1 /******************************************************************************
2 * Copyright (C) 2008-2009, International Business Machines
3 * Corporation and others. All Rights Reserved.
4 *******************************************************************************
10 #include "unicode/utypes.h"
12 U_INTERNAL
void U_EXPORT2
13 printAssemblyHeadersToStdErr(void);
15 U_INTERNAL UBool U_EXPORT2
16 checkAssemblyHeaderName(const char* optAssembly
);
18 U_INTERNAL
void U_EXPORT2
19 writeCCode(const char *filename
, const char *destdir
, const char *optName
, const char *optFilename
, char *outFilePath
);
21 U_INTERNAL
void U_EXPORT2
22 writeAssemblyCode(const char *filename
, const char *destdir
, const char *optEntryPoint
, const char *optFilename
, char *outFilePath
);
24 U_INTERNAL
void U_EXPORT2
25 writeObjectCode(const char *filename
, const char *destdir
, const char *optEntryPoint
, const char *optMatchArch
, const char *optFilename
, char *outFilePath
);