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
[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git]
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
macosx
/
indirect_symbol
/
reexport.c
blob
096a463b3a47d449cd1677aa376fa49d39b03ac3
1
extern
int
call_through_indirect
(
int
);
2
3
int
4
fake_call_through_reexport
(
int
value
)
5
{
6
return
value
+
10
;
7
}