similar to: [LLVMdev] getting identifier for alloca instruction and basic blocks

Displaying 20 results from an estimated 8000 matches similar to: "[LLVMdev] getting identifier for alloca instruction and basic blocks"

2012 Jun 23
1
[LLVMdev] getting identifier for alloca instruction and basic blocks
Hello, How can I retrieve the identifier in a alloca instruction? In the AllocaInst class there is no method to get this info so I assumed that the actual value name for the instruction is the identifier but when I have something like: %1 = alloca %"mystruct", align 8 When calling the function Value::getName() I get the empty string. What should I do to retrieve the "%1"?
2012 Jun 22
1
[LLVMdev] C Bindings
Hello, Is there anyone maintaining/extending the C bindings provided with llvm? They seem rather incomplete, and I have been extending them to be able to call those functions from Haskell but I don't want to redo someone else's work. Regards, Marcelo
2017 Aug 23
3
[Bug 1175] New: Document limitations on identifier names
https://bugzilla.netfilter.org/show_bug.cgi?id=1175 Bug ID: 1175 Summary: Document limitations on identifier names Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org
2009 Jul 02
3
[LLVMdev] Get identifier for unnamed temporary
Is there a way through the Value class to get the identifier for an unnamed temporary? Or alternatively, could someone point me to the code where temporaries are assigned sequential numbers as identifiers so I can better understand this issue? Thanks, Scott
2013 Feb 07
1
[LLVMdev] Nameless Functions in LLVM IR
Hi, When and why are nameless functions generated in LLVM IR? Also, for the clarity, is it possible for a nameless function to have external linkage? (I think not, but I would like to get it confirmed anyway) -- Anitha
2009 Jul 02
2
[LLVMdev] Get identifier for unnamed temporary
On Thu, Jul 2, 2009 at 2:48 PM, Chris Lattner<clattner at apple.com> wrote: > VMCore will auto-unique value names for you. Most passes just create > all instructions with a name like "tmp" and let VMCore unique them. > Is this enough for you? On Thu, Jul 2, 2009 at 2:50 PM, Eli Friedman<eli.friedman at gmail.com> wrote: > The relevant code is
2008 Jul 17
2
Replacing custom kernel with another - with same identifier
Hi list, I just finished building a custom kernel from 2.6.18-53.1.21 source rpm - this time with ISA bus and ISAPNP support which I accidentally left out of my previous attempt. Unfortunately, this time I forgot to change my identifier in kernel-2.6.spec file. Thus I now have one *installed* kernel version *without* ISA support, and another one *with* ISA support but as rpm, not yet installed.
2004 Oct 12
2
Why I can't retrieve GO identifier correctly?
Hello, R experts, I tried to retrieve all biological process GO terms at level 3 starting "biological process" as level 1 using the code as bellows: 1 library(GO) 2 library(GOstats) 3 level2<-getGOChildren("GO:0008150")$"GO:0008150"$Children 4 for ( i in 1:length(level2)) { 5 level3 <- getGOChildren(level2[i])$level2[i]$Children 6 for ( j in
2013 Mar 12
1
Flac compression levels?
On Tue, Mar 12, 2013 at 12:36:29PM +0100, catch-all at masklinn.net wrote: > > > now is it just a coincidence, > > It is, testing on a >6mn piece (Endless, Nameless from Nirvana's > Nevermind, 6:21) Does that track have a long period of silence in the middle? (...checks Discogs...) Nope: "Endless, Nameless" comes after 10 minutes silence after the end of
2013 Mar 12
3
Flac compression levels?
"Using FLAC binary : /Users/Marcus/flac/test/../src/flac/flac Original file size 441044 bytes. Compression level 1, file size 421393 bytes. Compression level 2, file size 421393 bytes. Compression level 3, file size 373613 bytes. Compression level 4, file size 369517 bytes. Compression level 5, file size 369517 bytes. Compression level 6, file size 369517 bytes. Compression
2018 May 22
1
Question about identifier name mangling in LLVM manual
The Identifiers section in the LLVM language manual states: "The "\01" prefix can be used on global variables to suppress mangling." Is this for global variables only, or global values in general, such as functions also? In implementation LLVM seems to have this behavior of suppressing mangling even for functions and aliases. Thanks, Gautam
2009 Jul 02
0
[LLVMdev] Get identifier for unnamed temporary
On Thu, Jul 2, 2009 at 2:24 PM, Scott Ricketts<sricketts at maxentric.com> wrote: > Is there a way through the Value class to get the identifier for an > unnamed temporary? Or alternatively, could someone point me to the > code where temporaries are assigned sequential numbers as identifiers > so I can better understand this issue? The relevant code is
2016 Mar 01
1
Dual monitors have same identifier
Hi My desktop is Kubuntu 15.10 with GeForce GTX 970 and two monitors, using the Nouveau drivers. In System Settings > Display and Monitor, the two monitors are shown but with the same identifier, DVI-0. This is giving some problems such as random allocation of primary screen and no right click on one of the monitors. How can I get the monitors to have different identifiers? Thank you Peter
2011 Feb 10
1
rjdbc identifier.quote
Dear all Backend is Ingres DBMS I use RJDBC with Ingres JDBC driver I have this csv file "","Strategy","par1","m.1997.09.01" "1","ALF",2,0.1244 which I try to load it RJDBC require (RJDBC) drv <- JDBC("com.ingres.jdbc.IngresDriver","/home/ingres/ingresv1/ingres/lib/iijdbc.jar") conn <- dbConnect(drv,
2008 Mar 01
7
Sins of a Solar Empire sound & font problems
I am trying to run Sins of a Solar Empire (http://appdb.winehq.org/objectManager.php?sClass=application&iId=6653), and most reports say that it is playable, with the exception of large fotns. However, I an having sound problems. Sound is stuttering in-game. I tried fiddling around with the sound options in winecfg, but nothing solved the problem (although Emulation instead of Full hardware
2012 Apr 27
1
Hyperspec package: need to change spectra names in a stacked plot
Hi all, I need to insert the name of spectra in a stacked plot obtained with hyperspec. I use this command plot(spectra [c(-1:-4, -6:-8, -10:-12, -14:-16)], stacked = T) but, in this way R draw nameless spectra on the Y axis. How can I solve the problem? Thank you for any suggestion. Best regards, Roberto -- View this message in context:
2019 Apr 23
5
StringRef Iterator Variable Display
Hello, I want to display the variable names in stringref iterator. But it is not displayed using following code. for (set<StringRef>::iterator sit = L.begin(); sit != L.end(); sit++) { errs() << *sit << " "; } How to do this? Please help.. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Mar 01
1
Dual monitors have same identifier
------------------------ From: Efrem Mc <efremmc2 at gmail.com> Date: Tue, 1 Mar 2016 00:27:52 -0500 > 'Normally, the monitor-edid, can report the options as well as the > journalctl -k on boot. I have a GTX 960, and it has a DVI-I, DVI-D, > DP 1.2, HDMI, and it names the ports as follows, DVI-I as > (DVI-I-1/DFP-0, DFP-1 (HDMI-1), DFP-2 (DVI-D-1/DFP-2), and for the >
2010 Jul 22
2
[LLVMdev] Question about function arguments
Hello All, I was wondering how I could determine the values of function arguments using the iterators defined in Function.cpp. Any advice or hints would be great..! Basically, what I am trying out is: Function foo has the following function body: int foo(int a, int b) { } Function * f = module->getFunction("foo"); Function::arg_iterator start = f->arg_begin();
2018 Mar 25
2
Config problem: Service #0 is missing name
Okay. So following up on the problems I was discussing weeks ago, I have hand-patched dovecot to work around problems that I believe may be in libc and not dovecot. Trying to get the properly built and installed dovecot-2.2.35, however, is giving me an error I haven?t seen before. I presume that something got munged while I was hand-configuring and installing/uninstalling/reinstalling the port