Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp198 SmallVector<Metadata *, 64> LiveGlobalVariables; in stripDeadDebugInfoImpl() local
235 LiveGlobalVariables.push_back(DIG); in stripDeadDebugInfoImpl()
240 if (!LiveGlobalVariables.empty()) in stripDeadDebugInfoImpl()
248 DIC->replaceGlobalVariables(MDTuple::get(C, LiveGlobalVariables)); in stripDeadDebugInfoImpl()
253 LiveGlobalVariables.clear(); in stripDeadDebugInfoImpl()