Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp246 RuntimeLibcallImpl &LibCallImpl = RuntimeLibcallImplDefList.back(); in RuntimeLibcallEmitter() local
248 Def2RuntimeLibcallImpl[LibCallImplDef] = &LibCallImpl; in RuntimeLibcallEmitter()
252 if (LibCallImpl.isDefault()) { in RuntimeLibcallEmitter()
253 const RuntimeLibcall *Provides = LibCallImpl.getProvides(); in RuntimeLibcallEmitter()
257 LibCallToDefaultImpl[Provides] = &LibCallImpl; in RuntimeLibcallEmitter()
319 const RuntimeLibcallImpl *LibCallImpl = I->second; in emitGetInitRuntimeLibcallNames() local
321 LibCallImpl->emitEnumEntry(OS); in emitGetInitRuntimeLibcallNames()
338 for (const RuntimeLibcallImpl &LibCallImpl : RuntimeLibcallImplDefList) { in emitGetInitRuntimeLibcallNames() local
339 OS << " \"" << LibCallImpl.getLibcallFuncName() << "\", // "; in emitGetInitRuntimeLibcallNames()
340 LibCallImpl.emitEnumEntry(OS); in emitGetInitRuntimeLibcallNames()
[all …]