search for: evaluateloadaddress

Displaying 1 result from an estimated 1 matches for "evaluateloadaddress".

2012 Mar 08
0
[LLVMdev] MCInsrAnalysis extansion
Hello, I'm using the MCInsrAnalysis and would like to extend it to have methods like: * bool mayWritePC(MCInstr * Instr); returns true if Inst might write to the PC, i.e. might change the program flow * uint64_t evaluateLoadAddress(MCInstr * Instr, uint64_t Addr, uint64_t Size); returns the address that Instr will load from if can be calculated Does anyone have any thoughts or mind me doing this? Thanks