Home
last modified time | relevance | path

Searched refs:local_func (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-split/
Dpreserve-locals.ll5 ; The local_var and local_func must not be separated.
7 ; CHECK0: define internal fastcc void @local_func
9 ; The main and local_func must not be together.
12 ; CHECK1: declare dso_local fastcc void @local_func
45 call fastcc void @local_func()
59 define internal fastcc void @local_func() section ".text" {
/external/llvm/test/tools/llvm-split/
Dpreserve-locals.ll5 ; The local_var and local_func must not be separated.
7 ; CHECK0: define internal fastcc void @local_func
9 ; The main and local_func must not be together.
12 ; CHECK1: declare fastcc void @local_func
45 call fastcc void @local_func()
59 define internal fastcc void @local_func() section ".text" {
/external/tensorflow/tensorflow/python/eager/memory_tests/
Dremote_memory_test.py50 def local_func(i): function
57 local_func(x)
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/
Dsymbol-table.test11 # CHECK-NEXT:0000000000001fff l F .text 0000000000000000 local_func
54 - Name: local_func
/external/llvm/test/Object/Inputs/
Dshared.ll30 define internal i32 @local_func() nounwind uwtable {
/external/llvm-project/llvm/test/Object/Inputs/
Dshared.ll30 define internal i32 @local_func() nounwind uwtable {
/external/llvm-project/clang/test/Index/
Dusrs.m49 static int local_func(int x) { return x; } function
143 // CHECK: usrs.m c:usrs.m@F@local_func Extent=[49:1 - 49:43]
144 // CHECK: usrs.m c:usrs.m@551@F@local_func@x Extent=[49:23 - 49:28]
236 // CHECK-source: usrs.m:49:12: FunctionDecl=local_func:49:12 (Definition) Extent=[49:1 - 49:43]
/external/clang/test/Index/
Dusrs.m49 static int local_func(int x) { return x; } function
143 // CHECK: usrs.m c:usrs.m@F@local_func Extent=[49:1 - 49:43]
144 // CHECK: usrs.m c:usrs.m@551@F@local_func@x Extent=[49:23 - 49:28]
236 // CHECK-source: usrs.m:49:12: FunctionDecl=local_func:49:12 (Definition) Extent=[49:1 - 49:43]
/external/llvm/test/Object/
Dobjdump-symbol-table.test39 ELF-shared: 00000200 l F .text 00000003 local_func
Dreadobj-shared-object.test197 ELF: Name: local_func
/external/llvm-project/llvm/test/Object/
Dobjdump-symbol-table.test82 # ELF-shared: 00000200 l F .text 00000003 local_func
/external/tensorflow/tensorflow/python/eager/
Dremote_test.py301 def local_func(i): function
308 self.assertAllEqual(local_func(x), [2, 1])