Searched refs:RuntimeLibcallDefList (Results 1 – 1 of 1) sorted by relevance
207 std::vector<RuntimeLibcall> RuntimeLibcallDefList; member in __anonf9119db00211::RuntimeLibcallEmitter226 RuntimeLibcallDefList.reserve(AllRuntimeLibcalls.size()); in RuntimeLibcallEmitter()230 RuntimeLibcallDefList.emplace_back(RuntimeLibcallDef, CallTypeEnumVal++); in RuntimeLibcallEmitter()231 Def2RuntimeLibcall[RuntimeLibcallDef] = &RuntimeLibcallDefList.back(); in RuntimeLibcallEmitter()234 for (RuntimeLibcall &LibCall : RuntimeLibcallDefList) in RuntimeLibcallEmitter()281 for (const RuntimeLibcall &LibCall : RuntimeLibcallDefList) { in emitGetRuntimeLibcallEnum()288 OS << " UNKNOWN_LIBCALL = " << RuntimeLibcallDefList.size() in emitGetRuntimeLibcallEnum()314 for (const RuntimeLibcall &LibCall : RuntimeLibcallDefList) { in emitGetInitRuntimeLibcallNames()