xref
: /
llvm-project
/
llvm
/
test
/
Transforms
/
FunctionImport
/
Inputs
/
funcimport_cutoff.ll
(revision cee313d288a4faf0355d76fb6e0e927e211d08a5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
define void @foo() {
2
entry:
3
ret void
4
}
5
6
define void @bar() {
7
entry:
8
ret void
9
}
10