Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/test/wasm/
H A Dexport.s22 .globl default_function
23 default_function: label
24 .functype default_function () -> (i32)
44 # CHECK-NOT: - Name: default_function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp41 const char* default_function, uptr dll_function) { in dllThunkInterceptWhenPossible() argument
45 wrapper = dllThunkGetRealAddrOrDie(default_function); in dllThunkInterceptWhenPossible()
H A Dsanitizer_win_dll_thunk.h23 const char* default_function, uptr dll_function);
41 #define INTERCEPT_WHEN_POSSIBLE(main_function, default_function, dll_function) \ argument
44 default_function, (__sanitizer::uptr)dll_function); \
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Ddsolocal-pic.ll60 define signext i32 @default_function(i32 %i) {
65 ; CHECK: bl default_function
67 %call = notail call signext i32 @default_function(i32 signext %i)
H A Ddsolocal-static.ll60 define signext i32 @default_function(i32 %i) {
65 ; CHECK: bl default_function
67 %call = notail call signext i32 @default_function(i32 signext %i)