Go to the source code of this file.
|
static cl::opt< std::string > | APIFile ("internalize-public-api-file", cl::value_desc("filename"), cl::desc("A file containing list of symbol names to preserve")) |
|
static cl::list< std::string > | APIList ("internalize-public-api-list", cl::value_desc("list"), cl::desc("A list of symbol names to preserve"), cl::CommaSeparated) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "internalize" |
◆ INITIALIZE_PASS()
INITIALIZE_PASS |
( |
InternalizeLegacyPass |
, |
|
|
"internalize" |
, |
|
|
"Internalize Global Symbols" |
, |
|
|
false |
, |
|
|
false |
|
|
) |
| |
◆ STATISTIC() [1/3]
STATISTIC |
( |
NumAliases |
, |
|
|
"Number of aliases internalized" |
|
|
) |
| |
◆ STATISTIC() [2/3]
STATISTIC |
( |
NumFunctions |
, |
|
|
"Number of functions internalized" |
|
|
) |
| |
◆ STATISTIC() [3/3]
STATISTIC |
( |
NumGlobals |
, |
|
|
"Number of global vars internalized" |
|
|
) |
| |
◆ APIFile
cl::opt<std::string> APIFile("internalize-public-api-file", cl::value_desc("filename"), cl::desc("A file containing list of symbol names to preserve")) |
|
static |
◆ APIList
cl::list<std::string> APIList("internalize-public-api-list", cl::value_desc("list"), cl::desc("A list of symbol names to preserve"), cl::CommaSeparated) |
|
static |