Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp229 for (const Record *RuntimeLibcallDef : AllRuntimeLibcalls) { in RuntimeLibcallEmitter() local
230 RuntimeLibcallDefList.emplace_back(RuntimeLibcallDef, CallTypeEnumVal++); in RuntimeLibcallEmitter()
231 Def2RuntimeLibcall[RuntimeLibcallDef] = &RuntimeLibcallDefList.back(); in RuntimeLibcallEmitter()