Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp157 const RuntimeLibcall *getProvides() const { return Provides; } in getProvides() function in __anonf9119db00211::RuntimeLibcallImpl
253 const RuntimeLibcall *Provides = LibCallImpl.getProvides(); in RuntimeLibcallEmitter()
352 const RuntimeLibcall *Provides = LibCallImpl.getProvides(); in emitGetInitRuntimeLibcallNames()
475 return A->getProvides()->getEnumVal() < B->getProvides()->getEnumVal(); in emitSystemRuntimeLibrarySetCalls()
480 if (A->getProvides() == B->getProvides()) { in emitSystemRuntimeLibrarySetCalls()
483 A->getProvides()->getName() + ": " + in emitSystemRuntimeLibrarySetCalls()