在文件AddressSanitizer.cpp中有一个函数AddressSanitizer::instrumentStoreInstruction(...) //TODO: need to change to ConstantData after LLVMporting
instrumentConstantIntStoreInstruction(V,
我正在使用C和LLVM编写一些代码。我知道LLVMGetOperand返回一个LLVMValueRef,但我想知道它到底是什么,因为它看起来LLVMValueRef可以是许多不同的东西。LLVMGetOperand是否返回创建操作数的指令?%8 = SUB %3 %5
如果我知道指令%8 = SUB %3 %5,我想得到