Lines Matching full:extract
1 //===- llvm-extract.cpp - LLVM function extraction utility ----------------===//
52 // ExtractFuncs - The functions to extract from the module.
54 ExtractFuncs("func", cl::desc("Specify function to extract"),
58 // extract from the module.
60 ExtractRegExpFuncs("rfunc", cl::desc("Specify function(s) to extract using a "
64 // ExtractAlias - The alias to extract from the module.
66 ExtractAliases("alias", cl::desc("Specify alias to extract"),
71 // extract from the module.
73 ExtractRegExpAliases("ralias", cl::desc("Specify alias(es) to extract using a "
77 // ExtractGlobals - The globals to extract from the module.
79 ExtractGlobals("glob", cl::desc("Specify global to extract"),
83 // extract from the module...
85 ExtractRegExpGlobals("rglob", cl::desc("Specify global(s) to extract using a "
115 // Figure out which aliases we should extract.
126 // Extract aliases via regular expression matching.
149 // Figure out which globals we should extract.
160 // Extract globals via regular expression matching.
182 // Figure out which functions we should extract.
192 // Extract functions via regular expression matching.