repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[CodeGenPrepare] Drop nsw flags in `optimizeLoadExt` (#118180)
[llvm-project.git]
/
lldb
/
bindings
/
interface
/
SBQueueItemExtensions.i
blob
277bba278fcb7e325a15450d8cea3b72fcaab555
1
%
extend lldb
::
SBQueueItem
{
2
#ifdef SWIGPYTHON
3
%
pythoncode
%{
4
def __hex__
(
self
):
5
return self.GetAddress
()
6
%}
7
#endif
8
}