Lines Matching refs:ST_DEBUG
910 #define ST_DEBUG(X) dbgs() << X
912 #define ST_DEBUG(X) macro
950 ST_DEBUG("begin processModule!\n"); in processModule()
996 ST_DEBUG("end processModule!\n"); in processModule()
1001 ST_DEBUG("begin processFunction!\n"); in processFunction()
1014 ST_DEBUG("Inserting Instructions:\n"); in processFunction()
1041 ST_DEBUG("end processFunction!\n"); in processFunction()
1046 ST_DEBUG("begin processIndex!\n"); in processIndex()
1072 ST_DEBUG("end processIndex!\n"); in processIndex()
1112 ST_DEBUG("begin purgeFunction!\n"); in purgeFunction()
1116 ST_DEBUG("end purgeFunction!\n"); in purgeFunction()
1210 ST_DEBUG(" Inserting value [" << V->getType() << "] = " << V << " slot=" << in CreateModuleSlot()
1213 ST_DEBUG((isa<GlobalVariable>(V) ? 'G' : in CreateModuleSlot()
1227 ST_DEBUG(" Inserting value [" << V->getType() << "] = " << V << " slot=" << in CreateFunctionSlot()