Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp223 ArrayRef<const Record *> AllRuntimeLibcalls = in RuntimeLibcallEmitter() local
226 RuntimeLibcallDefList.reserve(AllRuntimeLibcalls.size()); in RuntimeLibcallEmitter()
229 for (const Record *RuntimeLibcallDef : AllRuntimeLibcalls) { in RuntimeLibcallEmitter()