Searched refs:getLibcallSignature (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRuntimeLibcallSignatures.h | 27 void getLibcallSignature(const WebAssemblySubtarget &Subtarget, 32 void getLibcallSignature(const WebAssemblySubtarget &Subtarget, StringRef Name,
|
H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 549 void WebAssembly::getLibcallSignature(const WebAssemblySubtarget &Subtarget, in getLibcallSignature() function in WebAssembly 914 void WebAssembly::getLibcallSignature(const WebAssemblySubtarget &Subtarget, in getLibcallSignature() function in WebAssembly 928 return getLibcallSignature(Subtarget, Val->second, Rets, Params); in getLibcallSignature()
|
H A D | WebAssemblyAsmPrinter.cpp | 270 WebAssembly::getLibcallSignature(Subtarget, Name, Returns, Params); in getOrCreateWasmSymbol()
|