Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h279 ImportMapTy &operator[](StringRef DestMod) {
280 return ListsImpl.try_emplace(DestMod, ImportIDs).first->second;
283 const ImportMapTy &lookup(StringRef DestMod) const { in lookup() argument
284 auto It = ListsImpl.find(DestMod); in lookup()