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

/external/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp50 // ExtractFuncs - The functions to extract from the module.
52 ExtractFuncs("func", cl::desc("Specify function to extract"),
135 for (size_t i = 0, e = ExtractFuncs.size(); i != e; ++i) {
136 GlobalValue *GV = M->getFunction(ExtractFuncs[i]);
139 << ExtractFuncs[i] << "'!\n"; local

Completed in 58 milliseconds