Displaying 9 results from an estimated 9 matches for "nsisupport".
Did you mean:
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_ad...
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 %st...
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.nsA...
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 = bitca...
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...
2009 Feb 13
0
Wine release 1.1.15
...sts: Use the ANSI text metrics so the tests work on win9x.
Hwang YunSong(???) (2):
cryptui: Updated Korean resource.
crypt32: Updated Korean resource.
Jacek Caban (10):
jscript: Add IActiveScriptParse64 declaration and use it on Win64.
mshtml: Return nsIDocumentObserver as nsISupport of nsDocumentObserver object.
mshtml: Wine Gecko 0.9.1 release.
mshtml: Remove document observer before releasing nsdoc.
activscp.idl: Added IActiveScriptParseProcedure*64 interfaces and use it on Win64.
wininet: Move FtpOpenFile[AW] implementation to avoid forward declarati...