Getting Static Array Content

I’m trying to get the values in a static global array. What is the best way to go about doing this?

Once I have the pointer (Ie GlobalVariable *GV = dyn_cast(itr))?

I basically just want to check for ConstantDataSequential and print out the values.

Thanks.

Ivan,

Yes, I had used these for some other values. Looks like this is a constant type that I wasn’t accounting for.

Thanks.