Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp94 struct RuntimeLibcallSignatureTable { struct
98 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) { in RuntimeLibcallSignatureTable() function
522 RuntimeLibcallSignatureTable &getRuntimeLibcallSignatures() { in getRuntimeLibcallSignatures()
523 static RuntimeLibcallSignatureTable RuntimeLibcallSignatures; in getRuntimeLibcallSignatures()