Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp199 SmallVector<Metadata *, 64> LiveGlobalVariables; in stripDeadDebugInfoImpl() local
236 LiveGlobalVariables.push_back(DIG); in stripDeadDebugInfoImpl()
241 if (!LiveGlobalVariables.empty()) in stripDeadDebugInfoImpl()
249 DIC->replaceGlobalVariables(MDTuple::get(C, LiveGlobalVariables)); in stripDeadDebugInfoImpl()
254 LiveGlobalVariables.clear(); in stripDeadDebugInfoImpl()