Searched defs:RuntimeLibcallSignatureTable (Results 1 – 1 of 1) sorted by relevance
91 struct RuntimeLibcallSignatureTable { struct92 std::vector<RuntimeLibcallSignature> Table;95 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) { in RuntimeLibcallSignatureTable() function