Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1212 auto NoTail = [&](const char *Msg) { in LowerCall() local
1219 NoTail("WebAssembly 'tail-call' feature not enabled"); in LowerCall()
1223 NoTail("WebAssembly does not support varargs tail calls"); in LowerCall()
1237 NoTail("WebAssembly tail call requires caller and callee return types to " in LowerCall()
1254 NoTail( in LowerCall()