Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp242 for (const Record *LibCallImplDef : AllRuntimeLibcallImpls) { in RuntimeLibcallEmitter() local
243 RuntimeLibcallImplDefList.emplace_back(LibCallImplDef, Def2RuntimeLibcall, in RuntimeLibcallEmitter()
248 Def2RuntimeLibcallImpl[LibCallImplDef] = &LibCallImpl; in RuntimeLibcallEmitter()
255 PrintFatalError(LibCallImplDef->getLoc(), in RuntimeLibcallEmitter()