Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp315 SmallVector<Metadata *, 64> LiveGlobalVariables; in runOnModule() local
347 LiveGlobalVariables.push_back(DIG); in runOnModule()
352 if (!LiveGlobalVariables.empty()) in runOnModule()
360 DIC->replaceGlobalVariables(MDTuple::get(C, LiveGlobalVariables)); in runOnModule()
365 LiveGlobalVariables.clear(); in runOnModule()