Home
last modified time | relevance | path

Searched defs:RuntimeLibcallSignatureTable (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp95 struct RuntimeLibcallSignatureTable { struct
96 std::vector<RuntimeLibcallSignature> Table;
99 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) { in RuntimeLibcallSignatureTable() function