llvmDump: Create a text representation of an LLVM object

llvmDumpR Documentation

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

Author(s)

Duncan Temple Lang

References

LLVM documentation.


duncantl/Rllvm documentation built on Aug. 16, 2024, 2:33 a.m.