How can we get the program counter address using LLVM compiler?

381 Views Asked by At

I am trying to write an LLVM pass which would pass the program counter as an argument. However, I am not sure as to which command or how exactly one can get the program counter address using the llvm classes.

0

There are 0 best solutions below