Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
HDCrashDebugger.cpp159 GlobalVariable *CMGV = cast<GlobalVariable>(VMap[GVs[i]]); in TestGlobalVariables() local
160 assert(CMGV && "Global Variable not in module?!"); in TestGlobalVariables()
161 GVSet.insert(CMGV); in TestGlobalVariables()