Home
last modified time | relevance | path

Searched defs:localfunc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lld/test/ELF/
H A Drelative-dynamic-reloc.s72 localfunc: label
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-extern-local.cpp29 struct LC { int localfunc() { extern int var4; return var4; } }; in f3() function