Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp304 SmallVector<Metadata *, 64> LiveGlobalVariables; in runOnModule() local
339 LiveGlobalVariables.push_back(DIG); in runOnModule()
353 DIC->replaceGlobalVariables(MDTuple::get(C, LiveGlobalVariables)); in runOnModule()
359 LiveGlobalVariables.clear(); in runOnModule()