Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp205 DenseMap<const Record *, const RuntimeLibcallImpl *> Def2RuntimeLibcallImpl; member in __anonf9119db00211::RuntimeLibcallEmitter
248 Def2RuntimeLibcallImpl[LibCallImplDef] = &LibCallImpl; in RuntimeLibcallEmitter()
267 return Def2RuntimeLibcallImpl.lookup(Def); in getRuntimeLibcallImpl()