Displaying 1 result from an estimated 1 matches for "a3f499ddbebdc1456836d7b00a735df26".
2013 Dec 20
0
[LLVMdev] Is sizeof(pointer) known in LLVM IR?
...ize>:<abi>:<pref>"
The LLVM C++ API for llvm::Module seems to have what you want [2] so I
see no reason why you could not have access to this in one of your
passes.
[1] http://llvm.org/docs/LangRef.html#data-layout
[2] http://llvm.org/docs/doxygen/html/classllvm_1_1Module.html#a3f499ddbebdc1456836d7b00a735df26
Hope that helps,
Cheers,
Dan Liew.