Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DRuntimeLibcallsEmitter.cpp145 if (const Record *ProvidesDef = Def->getValueAsDef("Provides")) in RuntimeLibcallImpl() local
146 Provides = ProvideMap.lookup(ProvidesDef); in RuntimeLibcallImpl()