Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp352 SmallVector<Metadata *, 64> LiveGlobalVariables; in stripDeadDebugInfoImpl() local
392 LiveGlobalVariables.push_back(DIG); in stripDeadDebugInfoImpl()
397 if (!LiveGlobalVariables.empty()) in stripDeadDebugInfoImpl()
405 DIC->replaceGlobalVariables(MDTuple::get(C, LiveGlobalVariables)); in stripDeadDebugInfoImpl()
410 LiveGlobalVariables.clear(); in stripDeadDebugInfoImpl()