Searched refs:getLibcallSignature (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/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 | 519 void llvm::getLibcallSignature(const WebAssemblySubtarget &Subtarget, in getLibcallSignature() function in llvm 893 void llvm::getLibcallSignature(const WebAssemblySubtarget &Subtarget, in getLibcallSignature() function in llvm 907 return getLibcallSignature(Subtarget, Val->second, Rets, Params); in getLibcallSignature()
|
| H A D | WebAssemblyAsmPrinter.cpp | 264 getLibcallSignature(Subtarget, Name, Returns, Params); in getOrCreateWasmSymbol()
|