Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-extract/
Dllvm-extract.cpp64 ExtractGlobals("glob", cl::desc("Specify global to extract"), variable
101 for (size_t i = 0, e = ExtractGlobals.size(); i != e; ++i) { in main()
102 GlobalValue *GV = M.get()->getNamedGlobal(ExtractGlobals[i]); in main()
105 << ExtractGlobals[i] << "'!\n"; in main()
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp79 ExtractGlobals("glob", cl::desc("Specify global to extract"), variable
159 for (size_t i = 0, e = ExtractGlobals.size(); i != e; ++i) { in main()
160 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]); in main()
163 << ExtractGlobals[i] << "'!\n"; in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-extract/
Dllvm-extract.cpp89 ExtractGlobals("glob", cl::desc("Specify global to extract"), variable
166 for (size_t i = 0, e = ExtractGlobals.size(); i != e; ++i) { in main()
167 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]); in main()
170 << ExtractGlobals[i] << "'!\n"; in main()