Searched refs:getLibcallSignature (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.h | 25 extern void getLibcallSignature(const WebAssemblySubtarget &Subtarget, 30 extern void getLibcallSignature(const WebAssemblySubtarget &Subtarget,
|
D | WebAssemblyMCInstLower.cpp | 118 getLibcallSignature(Subtarget, Name, Returns, Params); in GetExternalSymbolSymbol()
|
D | WebAssemblyRuntimeLibcallSignatures.cpp | 516 void llvm::getLibcallSignature(const WebAssemblySubtarget &Subtarget, in getLibcallSignature() function in llvm 891 void llvm::getLibcallSignature(const WebAssemblySubtarget &Subtarget, in getLibcallSignature() function in llvm 903 return getLibcallSignature(Subtarget, Val->second, Rets, Params); in getLibcallSignature()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.h | 25 extern void getLibcallSignature(const WebAssemblySubtarget &Subtarget, 30 extern void getLibcallSignature(const WebAssemblySubtarget &Subtarget,
|
D | WebAssemblyMCInstLower.cpp | 115 getLibcallSignature(Subtarget, Name, Returns, Params); in GetExternalSymbolSymbol()
|
D | WebAssemblyRuntimeLibcallSignatures.cpp | 512 void llvm::getLibcallSignature(const WebAssemblySubtarget &Subtarget, in getLibcallSignature() function in llvm 881 void llvm::getLibcallSignature(const WebAssemblySubtarget &Subtarget, in getLibcallSignature() function in llvm 893 return getLibcallSignature(Subtarget, Val->second, Rets, Params); in getLibcallSignature()
|