Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp171 GlobalVariable *CMGV = cast<GlobalVariable>(VMap[GVs[i]]); in TestGlobalVariables() local
172 assert(CMGV && "Global Variable not in module?!"); in TestGlobalVariables()
173 GVSet.insert(CMGV); in TestGlobalVariables()