search for: nsisupports

Displaying 9 results from an estimated 9 matches for "nsisupports".

2011 Jan 26
2
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
thanks! After I check the ll file, I find this: %1 = load %struct.nsAString** %aBuf_addr, align 4, !dbg !2048 %2 = getelementptr inbounds %struct.nsAString* %1, i32 0, i32 0, !dbg !2048 %3 = getelementptr inbounds %struct.nsISupports* %2, i32 0, i32 0, !dbg !2048 %4 = load i32 (...)*** %3, align 4, !dbg !2048 %5 = getelementptr inbounds i32 (...)** %4, i32 10, !dbg !2048 %6 = load i32 (...)** %5, align 1, !dbg !2048 %7 = bitcast i32 (...)* %6 to void (%struct.nsAString*, i32)*, !dbg !2048 %8 = load %struct.nsAString** %aBuf_add...
2011 Jan 26
2
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
...rote: >> thanks! >> >> After I check the ll file, I find this: >> >> %1 = load %struct.nsAString** %aBuf_addr, align 4, !dbg !2048 >> %2 = getelementptr inbounds %struct.nsAString* %1, i32 0, i32 0, !dbg >> !2048 >> %3 = getelementptr inbounds %struct.nsISupports* %2, i32 0, i32 0, !dbg >> !2048 >> %4 = load i32 (...)*** %3, align 4, !dbg !2048 >> %5 = getelementptr inbounds i32 (...)** %4, i32 10, !dbg !2048 >> %6 = load i32 (...)** %5, align 1, !dbg !2048 >> %7 = bitcast i32 (...)* %6 to void (%struct.nsAString*, i32)*, !dbg...
2011 Jan 26
0
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
...6/11 2:40 PM, songlh at cs.wisc.edu wrote: > thanks! > > After I check the ll file, I find this: > > %1 = load %struct.nsAString** %aBuf_addr, align 4, !dbg !2048 > %2 = getelementptr inbounds %struct.nsAString* %1, i32 0, i32 0, !dbg !2048 > %3 = getelementptr inbounds %struct.nsISupports* %2, i32 0, i32 0, !dbg !2048 > %4 = load i32 (...)*** %3, align 4, !dbg !2048 > %5 = getelementptr inbounds i32 (...)** %4, i32 10, !dbg !2048 > %6 = load i32 (...)** %5, align 1, !dbg !2048 > %7 = bitcast i32 (...)* %6 to void (%struct.nsAString*, i32)*, !dbg !2048 > %8 = load %str...
2011 Jan 26
0
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
...gt;> >>> After I check the ll file, I find this: >>> >>> %1 = load %struct.nsAString** %aBuf_addr, align 4, !dbg !2048 >>> %2 = getelementptr inbounds %struct.nsAString* %1, i32 0, i32 0, !dbg >>> !2048 >>> %3 = getelementptr inbounds %struct.nsISupports* %2, i32 0, i32 0, !dbg >>> !2048 >>> %4 = load i32 (...)*** %3, align 4, !dbg !2048 >>> %5 = getelementptr inbounds i32 (...)** %4, i32 10, !dbg !2048 >>> %6 = load i32 (...)** %5, align 1, !dbg !2048 >>> %7 = bitcast i32 (...)* %6 to void (%struct.nsAS...
2011 Jan 26
0
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
On 1/26/11 2:07 PM, songlh at cs.wisc.edu wrote: > Hi: > > My llvm code is: > > for( BasicBlock::iterator i = b->begin() , ie = b->end(); > b != be ; b ++ ){ > if( CallInst * pCall = dyn_cast<CallInst>(i)){ > > pCall->dump(); // > Function * pFunction = pCall->getCalledFunction(); > if(
2011 Jan 26
2
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
Hi: My llvm code is: for( BasicBlock::iterator i = b->begin() , ie = b->end(); b != be ; b ++ ){ if( CallInst * pCall = dyn_cast<CallInst>(i)){ pCall->dump(); // Function * pFunction = pCall->getCalledFunction(); if( !pFunction ){ } std::string fname = pFunction->getName(); } } The dump result
2011 Jan 26
2
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
...After I check the ll file, I find this: >>>> >>>> %1 = load %struct.nsAString** %aBuf_addr, align 4, !dbg !2048 >>>> %2 = getelementptr inbounds %struct.nsAString* %1, i32 0, i32 0, !dbg >>>> !2048 >>>> %3 = getelementptr inbounds %struct.nsISupports* %2, i32 0, i32 0, >>>> !dbg >>>> !2048 >>>> %4 = load i32 (...)*** %3, align 4, !dbg !2048 >>>> %5 = getelementptr inbounds i32 (...)** %4, i32 10, !dbg !2048 >>>> %6 = load i32 (...)** %5, align 1, !dbg !2048 >>>> %7 = bitcas...
2013 May 10
0
Wine release 1.5.30
...nd bottom edge sizes. comctl32: Fix disabled thumb painting, for TBS_BOTH use edged rectangle. comctl32: Paint item as selected if it's TVIS_SELECTED and also focused. comctl32: Handle WM_ENABLE to update disabled style bit and repaint. Piotr Caban (16): mshtml: Release nsISupports object in get_node function. mshtml: Fixed timer setting in remove_target_tasks. mshtml: Init nsAString in HTMLElement2_get_dir. msvcr100: Added _vscwprintf_p implementation. msvcrt: Added _mbstok_s_l implementation. msvcrt: Move _fstat32 and _fstat64i32 functions to m...
2009 Feb 13
0
Wine release 1.1.15
The Wine development release 1.1.15 is now available. What's new in this release (see below for details): - Gecko engine update. - Better region support in GdiPlus. - Support for cross-compilation in winegcc. - Beginnings of MS Text Framework support. - Many fixes to the regression tests on Windows. - Various bug fixes. The source is available from the following locations: