Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.h27 void getLibcallSignature(const WebAssemblySubtarget &Subtarget,
32 void getLibcallSignature(const WebAssemblySubtarget &Subtarget, StringRef Name,
H A DWebAssemblyRuntimeLibcallSignatures.cpp549 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 DWebAssemblyAsmPrinter.cpp270 WebAssembly::getLibcallSignature(Subtarget, Name, Returns, Params); in getOrCreateWasmSymbol()