Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp237 ArrayRef<const Record *> AllRuntimeLibcallImpls = in RuntimeLibcallEmitter() local
239 RuntimeLibcallImplDefList.reserve(AllRuntimeLibcallImpls.size()); in RuntimeLibcallEmitter()
242 for (const Record *LibCallImplDef : AllRuntimeLibcallImpls) { in RuntimeLibcallEmitter()