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
[JITLink][LoongArch] Support R_LARCH_ALIGN relaxation (#122259)
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
c
/
shared_lib
/
foo.h
blob
78b9e3f9c0d960b415802a79ee7461daf5983278
1
struct
foo
;
2
3
struct
sub_foo
4
{
5
int
sub_1
;
6
char
*
sub_2
;
7
};
8
9
LLDB_TEST_API
struct
foo
*
GetMeAFoo
();
10
LLDB_TEST_API
struct
sub_foo
*
GetMeASubFoo
(
struct
foo
*
in_foo
);