Searched refs:ExtractGlobals (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp77 // ExtractGlobals - The globals to extract from the module.
79 ExtractGlobals("glob", cl::desc("Specify global to extract"),
150 for (size_t i = 0, e = ExtractGlobals.size(); i != e; ++i) {
151 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]);
154 << ExtractGlobals[i] << "'!\n"; local

Completed in 119 milliseconds