Searched refs:RuntimeLibcallDef (Results 1 – 1 of 1) sorted by relevance
229 for (const Record *RuntimeLibcallDef : AllRuntimeLibcalls) { in RuntimeLibcallEmitter() local230 RuntimeLibcallDefList.emplace_back(RuntimeLibcallDef, CallTypeEnumVal++); in RuntimeLibcallEmitter()231 Def2RuntimeLibcall[RuntimeLibcallDef] = &RuntimeLibcallDefList.back(); in RuntimeLibcallEmitter()