Home
last modified time | relevance | path

Searched refs:ext_method (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dvisibility-inlines-hidden-staticvar.cpp101 int ext_method();
103 int ExportedClass::ext_method() { return inl_method(); } in ext_method() function in ExportedClass
/llvm-project/llvm/test/Transforms/Inline/
H A Dinline-varargs.ll4 declare void @ext_method(ptr, i32)
10 musttail call void (ptr, ...) @ext_method(ptr nonnull %this_adj, ...)
19 ; CHECK: call void (ptr, ...) @ext_method(ptr nonnull %this_adj.i, i32 42)