Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp313 SmallVector<Metadata *, 64> LiveGlobalVariables; in stripDeadDebugInfoImpl() local
345 LiveGlobalVariables.push_back(DIG); in stripDeadDebugInfoImpl()
350 if (!LiveGlobalVariables.empty()) in stripDeadDebugInfoImpl()
358 DIC->replaceGlobalVariables(MDTuple::get(C, LiveGlobalVariables)); in stripDeadDebugInfoImpl()
363 LiveGlobalVariables.clear(); in stripDeadDebugInfoImpl()