Rllvm (version 0.7-0)

llvmDump: Create a text representation of an LLVM object

Description

This generic function and its methods allow us to generate a text representation of different LLVM data types so that we can better understand what they contain. These methods currently display the results on the console!

Usage

llvmDump(x, ...)

Arguments

x

the LLVM object to be displayed

any additional arguments for the methods

Value

NULL

References

LLVM documentation.