Home
last modified time | relevance | path

Searched refs:lib_func (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lld/test/wasm/Inputs/
H A Dctor-lib.s3 .section .text.lib_func,"",@
4 .globl lib_func
5 lib_func: label
6 .functype lib_func () -> ()
H A Dctor-setup.s1 # Like Inputs/ctor-start.s, except it calls `lib_func` from a ctor
4 .functype lib_func () -> ()
14 call lib_func
H A Dctor-start.s1 .functype lib_func () -> ()
6 call lib_func
H A Dctor-setup-call-def.s1 # Like Inputs/ctor-setup.s, except it calls `def` instead of `lib_func`,
/llvm-project-15.0.7/llvm/test/tools/gold/X86/Inputs/
H A Dbcsection-lib.ll3 define i32 @lib_func() {