Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp207 std::vector<RuntimeLibcall> RuntimeLibcallDefList; member in __anonf9119db00211::RuntimeLibcallEmitter
226 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()