llvm_hiwrap.module_

Members

Structs

Module
struct Module
ModuleVisitor
struct ModuleVisitor(UserT)

A depth-first visitor.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

Modules represent the top-level structure in an LLVM program. An LLVM module is effectively a translation unit or a collection of translation units merged together.