clone: Collection of generic functions for LLVM objects

Description Usage Arguments Author(s) References

Description

These are some of the generic functions for LLVM

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

Arguments

x,obj

the object to be queried or whose data layout is to be set. Currently, there are only methods forsetDataLayout for a Module

...

additional arguments for methods

delete

a logical value indicating whether to not only remove from the parent but also destroy the object

from

the object whose data layout will be set

value

a character string describing the data layout. See the LLVM documentation for the Module class http://llvm.org/docs/LangRef.html#data-layout.

Author(s)

Duncan Temple Lang

References

LLVM Documentation http://llvm.org/docs/


doktorschiwago/Rllvm2 documentation built on May 15, 2019, 9:42 a.m.