search for: nsastring

Displaying 13 results from an estimated 13 matches for "nsastring".

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 %...
2011 Jan 26
2
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
> On 1/26/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 = getel...
2011 Jan 26
0
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
On 1/26/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,...
2011 Jan 26
0
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
On 1/26/11 3:00 PM, songlh at cs.wisc.edu wrote: >> On 1/26/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...
2011 Jan 26
2
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
...t>(i)){ pCall->dump(); // Function * pFunction = pCall->getCalledFunction(); if( !pFunction ){ } std::string fname = pFunction->getName(); } } The dump result of the function call I want to find is : call void %7(%struct.nsAString* %8, i32 0) nounwind, !dbg !1565 it returns null from pCall->getCalledFunction(), and I cannot get the function name. How could I get the function name in this situation? thanks a lot! Linhai
2011 Jan 26
0
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
...unction * pFunction = pCall->getCalledFunction(); > if( !pFunction ){ > > } > std::string fname = pFunction->getName(); > } > } > > The dump result of the function call I want to find is : > > call void %7(%struct.nsAString* %8, i32 0) nounwind, !dbg !1565 This is a call using a function pointer. There is no function name to retrieve. You can check the called value (pcall->getCalledValue()) and see if it's something like a cast instruction that casts a constant function value, but that case is probably un...
2011 Jan 26
2
[LLVMdev] [LLVMDEV]How could I get function name in this situation?
> On 1/26/11 3:00 PM, songlh at cs.wisc.edu wrote: >>> On 1/26/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...
2019 Apr 26
0
Wine release 4.7
...t stub implementation. mshtml: Add ISVGSVGElement stub implementation. mshtml: Add ISVGCircleElement stub implementation. mshtml: Add ISVGTSpanElement stub implementation. mshtml: Use DispHTMLDOMImplementation for IDispatchEx implementation. mshtml: Pass style value as nsAString to set_nsstyle_property. mshtml: Use nsAString in fix_px_value. mshtml: Return nsAString from var_to_styleval. mshtml: Factor out variant_to_nsstr from var_to_styleval. mshtml: Use variant_to_nsstr in IHTMLDOMNode3::put_textContent. mshtml: Support VT_R8 in variant_to_...
2010 Feb 05
0
Wine release 1.1.38
...pport. mshtml.idl: Added DispHTMLTextAreaElement declaration. mshtml: Added textarea element IDispatchEx support. mshtml: Pass dispex info to HTMLElement_Init in HTMLElement_Create. mshtml: Use NS_StringContainerInit2 instead of NS_StringContainerInit. mshtml: Optimize nsAString handling. mshtml: Optimize nsAString handling in htmlelem*.c. mshtml: Optimize more nsAString handling. mshtml: Optimize and clean up HTMLFormElement_get_dispid implementation. mshtml: Optimize more nsAString handling. mshtml: Improved debugstr_variant implementation....
2017 Apr 20
0
Wine release 2.0.1
...ddraw: Implement GetSurfaceFromDC(). ddraw: Kill stray tabs. wined3d: Allow decompression blits on system memory resources in arbfp_blit_supported(). wined3d: Disallow upload conversion from compressed formats in surface_convert_format(). Jacek Caban (1): mshtml: Initialize nsAString in IHTMLDocument3::get_dir. Jacob Lifshay (1): kernel32: Fix improper escaping of quotes in command line. Jarkko Korpi (1): ntoskrnl: Add IoStopTimer stub. Jefferson Carpenter (1): wmvcore: Implement WMCreateReaderPriv. Julian RĂ¼ger (2): readme: Update German translation...
2013 May 10
0
Wine release 1.5.30
...aint 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 msvcrt. wininet: Create raw HTTP headers dynamically. wininet: Take HTTP_QUERY_FLAG_REQUEST_HEADERS flag...
2017 Feb 03
0
Wine release 2.1
...he GetWindowLong values for the desktop window to avoid a server round-trip. user32/tests: Restore the mouse cursor to its original position. dssenh/tests: Fix a failing test on Windows 7. dmcompos/tests: Fix a failing test on Windows 8. Jacek Caban (38): mshtml: Initialize nsAString in IHTMLDocument3::get_dir. urlmon: Added Seek implementations for streams using cache file. mshtml: Added MHTMLDocument object class factory stub implementation. inetcomm: Register mhtml protocol handler. inetcomm: Added MimeHtmlProtocol stub implementation. mshtml/te...
2011 Aug 05
0
Wine release 1.3.26
...sk. mshtml: Properly free tasks in remove_target_tasks. mshtml: Removed duplicated includes. ieframe: Moved intshcut.c tests to ieframe. wshom.ocx: Added new DLL. wshom.ocx: Added typelib. wshom.ocx: Added Dll[Un]RegisterServer implementation. mshtml: Fixed nsAString handling in navigate_anchor. Jay Yang (4): shell32: Have the system context menus respect idCmdFirst. include: Add header entries required for SHCreateDefaultContextMenu and CDefFolderMenu_Create2. shell32/tests: Add tests for SHCreateDefaultContextMenu. shell32: Implement...