Displaying 12 results from an estimated 12 matches for "detailsview".
2011 Feb 12
8
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...iableItem(const llvm::Module* module, const llvm::GlobalVariable* var)
: module_(module), var_(var) {}
// Overrides
int GetIcon() const;
wxString GetCaption() const;
void CreateChildren(wxTreeCtrl* tree, const wxTreeItemId& id);
bool CanCreateChildren() const;
void ShowDetails(DetailsView* detailsView);
private:
const llvm::Module* const module_;
const llvm::GlobalVariable* const var_;
};
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110211/aac344f7/attachment.html>
--...
2011 Feb 12
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...e* module, const llvm::GlobalVariable* var)
> : module_(module), var_(var) {}
>
> // Overrides
>
> int GetIcon() const;
> wxString GetCaption() const;
> void CreateChildren(wxTreeCtrl* tree, const wxTreeItemId& id);
> bool CanCreateChildren() const;
> void ShowDetails(DetailsView* detailsView);
>
> private:
> const llvm::Module* const module_;
> const llvm::GlobalVariable* const var_;
> };
>
>
> --
> -- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/201...
2011 Feb 12
1
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
..., const llvm::GlobalVariable* var)
> : module_(module), var_(var) {}
>
> // Overrides
>
> int GetIcon() const;
> wxString GetCaption() const;
> void CreateChildren(wxTreeCtrl* tree, const wxTreeItemId& id);
> bool CanCreateChildren() const;
> void ShowDetails(DetailsView* detailsView);
>
> private:
> const llvm::Module* const module_;
> const llvm::GlobalVariable* const var_;
> };
>
>
> --
> -- Talin
_______________________________________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.e...
2011 Feb 12
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...lvm::GlobalVariable* var)
> : module_(module), var_(var) {}
>
> // Overrides
>
> int GetIcon() const;
> wxString GetCaption() const;
> void CreateChildren(wxTreeCtrl* tree, const wxTreeItemId& id);
> bool CanCreateChildren() const;
> void ShowDetails(DetailsView* detailsView);
>
> private:
> const llvm::Module* const module_;
> const llvm::GlobalVariable* const var_;
> };
>
> --
> -- Talin
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs....
2011 Feb 21
0
[LLVMdev] Looking for more LLBrowse testers / users
...32-28-generic #55-Ubuntu SMP Mon Jan 10 23:42:43 UTC 2011
x86_64 GNU/Linu
If I comment out that line then I get the errors below:
john at ubuntu:~/src/build-llbrowse$ make
[ 5%] Building CXX object CMakeFiles/llbrowse.dir/lib/Formatting.cpp.o
[ 11%] Building CXX object CMakeFiles/llbrowse.dir/lib/DetailsView.cpp.o
[ 16%] Building CXX object CMakeFiles/llbrowse.dir/lib/TreeView.cpp.o
/home/john/src/llbrowse/lib/TreeView.cpp: In member function ‘virtual void
DIEItem::ShowDetails(DetailsView*)’:
/home/john/src/llbrowse/lib/TreeView.cpp:913: error: ‘class
llvm::DISubprogram’ has no member named ‘isPrivate’...
2011 Feb 19
4
[LLVMdev] Looking for more LLBrowse testers / users
LLBrowse - a GUI tool which allows you to inspect the contents of LLVM
modules - now runs on Linux and OS X, and it works with both LLVM 2.8 and
current LLVM head. I've updated the docs to include instructions on checking
out and building the code under several different environments, which you
can read here:
http://llvm.org/svn/llvm-project/llbrowse/trunk/doc/LLBrowse.html (the doc
also
2011 Feb 13
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...llvm::GlobalVariable* var)
> : module_(module), var_(var) {}
>
> // Overrides
>
> int GetIcon() const;
> wxString GetCaption() const;
> void CreateChildren(wxTreeCtrl* tree, const wxTreeItemId& id);
> bool CanCreateChildren() const;
> void ShowDetails(DetailsView* detailsView);
>
> private:
> const llvm::Module* const module_;
> const llvm::GlobalVariable* const var_;
> };
>
>
> --
> -- Talin
>
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail...
2011 Feb 22
2
[LLVMdev] still failed to build the llbrowse on Debian5-32b-llvm2.8
...meta.png
[ 61%] Converting PNG image file resources/icons/alias.png
[ 66%] Converting PNG image file resources/icons/constant.png
Scanning dependencies of target llbrowse
[ 72%] Building CXX object CMakeFiles/llbrowse.dir/lib/BrowserFrame.cpp.o
[ 77%] Building CXX object CMakeFiles/llbrowse.dir/lib/DetailsView.cpp.o
[ 83%] Building CXX object CMakeFiles/llbrowse.dir/lib/BrowserApp.cpp.o
/steffan/a/a0/czhao/ResearchTools/LLVM/LLBrowse/llbrowse/lib/BrowserApp.cpp: In member function 'virtual bool BrowserApp::OnInit()':
/steffan/a/a0/czhao/ResearchTools/LLVM/LLBrowse/llbrowse/lib/BrowserApp.cpp:29:...
2011 Feb 14
1
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...: module_(module), var_(var) {}
>>
>> // Overrides
>>
>> int GetIcon() const;
>> wxString GetCaption() const;
>> void CreateChildren(wxTreeCtrl* tree, const wxTreeItemId& id);
>> bool CanCreateChildren() const;
>> void ShowDetails(DetailsView* detailsView);
>>
>> private:
>> const llvm::Module* const module_;
>> const llvm::GlobalVariable* const var_;
>> };
>>
>>
>> --
>> -- Talin
>>
>
>
>
> --
> -- Talin
>
--
-- Talin
-------------- next part --------...
2011 Feb 22
0
[LLVMdev] still failed to build the llbrowse on Debian5-32b-llvm2.8
...erting PNG image file resources/icons/alias.png
> [ 66%] Converting PNG image file resources/icons/constant.png
> Scanning dependencies of target llbrowse
> [ 72%] Building CXX object CMakeFiles/llbrowse.dir/lib/BrowserFrame.cpp.o
> [ 77%] Building CXX object CMakeFiles/llbrowse.dir/lib/DetailsView.cpp.o
> [ 83%] Building CXX object CMakeFiles/llbrowse.dir/lib/BrowserApp.cpp.o
> /steffan/a/a0/czhao/ResearchTools/LLVM/LLBrowse/llbrowse/lib/BrowserApp.cpp:
> In member function 'virtual bool BrowserApp::OnInit()':
> /steffan/a/a0/czhao/ResearchTools/LLVM/LLBrowse/llbrowse/lib...
2011 Feb 12
2
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...llvm::GlobalVariable* var)
> : module_(module), var_(var) {}
>
> // Overrides
>
> int GetIcon() const;
> wxString GetCaption() const;
> void CreateChildren(wxTreeCtrl* tree, const wxTreeItemId& id);
> bool CanCreateChildren() const;
> void ShowDetails(DetailsView* detailsView);
>
> private:
> const llvm::Module* const module_;
> const llvm::GlobalVariable* const var_;
> };
>
>
> --
> -- Talin
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm....
2011 Feb 23
0
[LLVMdev] LLVMdev Digest, Vol 80, Issue 37-Help to unsubscribe
...erting PNG image file resources/icons/alias.png
> [ 66%] Converting PNG image file resources/icons/constant.png
> Scanning dependencies of target llbrowse
> [ 72%] Building CXX object CMakeFiles/llbrowse.dir/lib/BrowserFrame.cpp.o
> [ 77%] Building CXX object CMakeFiles/llbrowse.dir/lib/DetailsView.cpp.o
> [ 83%] Building CXX object CMakeFiles/llbrowse.dir/lib/BrowserApp.cpp.o
> /steffan/a/a0/czhao/ResearchTools/LLVM/LLBrowse/llbrowse/lib/BrowserApp.cpp:
> In member function 'virtual bool BrowserApp::OnInit()':
> /steffan/a/a0/czhao/ResearchTools/LLVM/LLBrowse/llbrowse/lib...