Searched refs:getLibcallSignature (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRuntimeLibcallSignatures.h | 25 extern void getLibcallSignature(const WebAssemblySubtarget &Subtarget, 30 extern void getLibcallSignature(const WebAssemblySubtarget &Subtarget,
|
| H A D | WebAssemblyRuntimeLibcallSignatures.cpp | 527 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 D | WebAssemblyAsmPrinter.cpp | 266 getLibcallSignature(Subtarget, Name, Returns, Params); in getOrCreateWasmSymbol()
|