Home
last modified time | relevance | path

Searched refs:otherfunc (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/test/COFF/
H A Dgnu-weak.test19 void otherfunc(void);
25 otherfunc();
41 void otherfunc(void) {
51 0000000000000000 T .weak.weakfunc.otherfunc
H A Dedata.s6 # RUN: lld-link -lldmingw -dll -out:%t.dll %t.o -entry:__ImageBase -export:otherfunc 2>&1 | FileChe…
27 .globl otherfunc
28 otherfunc: label
H A Deh_frame_terminator.s15 call otherfunc
H A Dcomdat-jumptable.s69 call otherfunc
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Deh_frame_terminator-otherfunc.s2 .globl otherfunc
3 otherfunc: label
H A Dcomdat-jumptable2.s32 .globl otherfunc
33 otherfunc: label
/llvm-project-15.0.7/llvm/test/Feature/
H A Dtestconstants.ll13 define i8* @otherfunc(i32, double) {