Lines Matching refs:ST_DEBUG
691 #define ST_DEBUG(X) dbgs() << X
693 #define ST_DEBUG(X) macro
724 ST_DEBUG("begin processModule!\n"); in processModule()
758 ST_DEBUG("end processModule!\n"); in processModule()
763 ST_DEBUG("begin processFunction!\n"); in processFunction()
772 ST_DEBUG("Inserting Instructions:\n"); in processFunction()
803 ST_DEBUG("end processFunction!\n"); in processFunction()
833 ST_DEBUG("begin purgeFunction!\n"); in purgeFunction()
837 ST_DEBUG("end purgeFunction!\n"); in purgeFunction()
890 ST_DEBUG(" Inserting value [" << V->getType() << "] = " << V << " slot=" << in CreateModuleSlot()
893 ST_DEBUG((isa<GlobalVariable>(V) ? 'G' : in CreateModuleSlot()
906 ST_DEBUG(" Inserting value [" << V->getType() << "] = " << V << " slot=" << in CreateFunctionSlot()