Home
last modified time | relevance | path

Searched refs:externalFunc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dgpreg-lazy-binding.ll13 tail call void @externalFunc() nounwind
18 declare void @externalFunc()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dpcrel-local-caller-toc.ll9 ; contains an external call to @externalFunc.
22 ; CHECK-NEXT: bl externalFunc@notoc
31 %call = tail call signext i32 @externalFunc(i32 signext %a) #3
36 declare signext i32 @externalFunc(i32 signext) local_unnamed_addr #1
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp318 namespace ns { __declspec(dllimport) void externalFunc(); }
319 USE(ns::externalFunc)
H A Ddllexport.cpp315 namespace ns { __declspec(dllexport) void externalFunc() {} } in externalFunc() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllexport.cpp244 namespace ns { __declspec(dllexport) void externalFunc() {} } in externalFunc() function
H A Ddllimport.cpp382 namespace ns { __declspec(dllimport) void externalFunc(); }