search for: set_visibility

Displaying 4 results from an estimated 4 matches for "set_visibility".

Did you mean: getvisibility
2007 Nov 27
1
[LLVMdev] Fibonacci example in OCaml
...full generality of the IR. The first argument to a call instruction need not be a Function. Rather, the type of the value must be pointer to function. Still, those phantom types may be a solution for binding the Value hierarchy without introducing gratuitous static casts. (The argument to set_visibility must be a GlobalValue, for instance.) Can you represent multiple-level inheritance? Value -> GlobalValue -> GlobalVariable, say. > I would use polymorphic variants more, particularly for enums and > types that are only used once (e.g. "linkage" and "visibility&quot...
2011 Dec 03
3
wine stopped working after running fix 10.9.4. from the FAQ
OK, the long story is that I am trying to get the game Aion to work. I was a able to run the game but when I would try to log-in the game would hang, (for those who don't know Aion is a MMORPG). I checked the terminal output and noticed; Code: Failed to use ICMP (network ping), this requires special permissions So a quick check of the FAQ and I found how to fix my issue. Its number
2007 Nov 27
0
[LLVMdev] Fibonacci example in OCaml
On Monday 26 November 2007 20:05, Gordon Henriksen wrote: > On Nov 26, 2007, at 14:18, Jon Harrop wrote: > > On Monday 26 November 2007 16:21, Gordon Henriksen wrote: > >> Unfortunately, even if the bindings were more strongly typed, it > >> would still be structurally possible to build invalid LLVM code, so > >> you've just got to take care not to violate
2007 Nov 26
4
[LLVMdev] Fibonacci example in OCaml
On Nov 26, 2007, at 14:18, Jon Harrop wrote: > On Monday 26 November 2007 16:21, Gordon Henriksen wrote: >> > >> Unfortunately, even if the bindings were more strongly typed, it >> would still be structurally possible to build invalid LLVM code, so >> you've just got to take care not to violate the invariants, then >> use the verifier as a