Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.h25 extern void getLibcallSignature(const WebAssemblySubtarget &Subtarget,
30 extern void getLibcallSignature(const WebAssemblySubtarget &Subtarget,
H A DWebAssemblyRuntimeLibcallSignatures.cpp527 void llvm::getLibcallSignature(const WebAssemblySubtarget &Subtarget, in getLibcallSignature() function in llvm
892 void llvm::getLibcallSignature(const WebAssemblySubtarget &Subtarget, in getLibcallSignature() function in llvm
906 return getLibcallSignature(Subtarget, Val->second, Rets, Params); in getLibcallSignature()
H A DWebAssemblyAsmPrinter.cpp266 getLibcallSignature(Subtarget, Name, Returns, Params); in getOrCreateWasmSymbol()