Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp505 auto &DstNames = K->second; in onLazyReexportsTransfered() local
506 llvm::append_range(DstNames, SrcNames); in onLazyReexportsTransfered()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp4102 std::map<StringRef, NameRecord> SrcNames, DstNames; in AddPatternToMatch() local
4104 FindNames(PTM.getDstPattern(), DstNames, Pattern); in AddPatternToMatch()
4108 for (const auto &Entry : DstNames) { in AddPatternToMatch()
4117 if (DstNames[Entry.first].first == nullptr && in AddPatternToMatch()