Displaying 4 results from an estimated 4 matches for "createmodule".
2010 Mar 23
2
[LLVMdev] How to avoid memory leaks
...peHolder> const&) (in /home/gabi/vgen/Debug/vgen)
==20504== by 0x904899: llvm::FunctionType::get(llvm::Type const*,
std::vector<llvm::Type const*, std::allocator<llvm::Type const*> >
const&, bool) (in /home/gabi/vgen/Debug/vgen)
==20504== by 0x4219F3: vgen::CodeCreator::createModule(float*,
unsigned int, char*) (CodeCreator.cpp:57)
==20504== by 0x4196B2: ObjectiveF(State&) (main.cpp:64)
==20504== by 0x432B52: State::evaluate(State) const (in
/home/gabi/vgen/Debug/vgen)
==20504== by 0x42F89E: vCreator::DefaultEvaluator(vCreator&) (in
/home/gabi/vgen/Debug/vgen)...
2010 Aug 19
1
[LLVMdev] how to runFunction? passing in an int
I wish to run a function passing in an int value of 5 as a single parameter.
can you please complete the code as all the examples I can find are old.
llvm::Function *EntryFn = Mod->getFunction("createModule");
if (!EntryFn) {
return 255;
}
else
{
EE->runFunction(EntryFn, ???????);
}
Thank you!
--
View this message in context: http://old.nabble.com/how-to-runFunction--passing-in-an-int-tp29479138p29479138.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
2003 Feb 07
0
DVD2One + fixme:win32:PE_CreateModule Unknown directory 15 ignored
...ows, and had to say is the most amazing Vob re-encoder
have seen (and no, before someone ask, there is no similar app in linux, the
closest is transcode + ifogen but they take 12-18hours while dvd2one takes 30
minutes + multiaudio+multisubs... and so on)
Anyway, i only got this:
fixme:win32:PE_CreateModule Unknown directory 15 ignored
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134702392
60") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
Running wine -debugmsg +task ./wine_hd/dvd2on...
2010 May 17
0
strace log
...at("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xm/create",
0x7fffffff9650) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xm/create.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xm/createmodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xm/create.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=42485, ...}) = 0
open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/xm/create.pyc", O_RDONLY) = 4
fstat(4,...