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

/freebsd-10.2-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp76 // ExtractGlobals - The globals to extract from the module.
78 ExtractGlobals("glob", cl::desc("Specify global to extract"),
149 for (size_t i = 0, e = ExtractGlobals.size(); i != e; ++i) {
150 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]);
153 << ExtractGlobals[i] << "'!\n"; local

Completed in 158 milliseconds