Home
last modified time | relevance | path

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

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