Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h103 NamePair maybeRenameSection(NamePair key);
107 extern llvm::MapVector<NamePair, ConcatOutputSection *> concatOutputSections;
H A DConfig.h39 using NamePair = std::pair<llvm::StringRef, llvm::StringRef>; variable
40 using SectionRenameMap = llvm::DenseMap<NamePair, NamePair>;
H A DConcatOutputSection.cpp26 MapVector<NamePair, ConcatOutputSection *> macho::concatOutputSections;
411 NamePair names = maybeRenameSection({isec->getSegName(), isec->getName()}); in getOrCreateForInput()
424 NamePair macho::maybeRenameSection(NamePair key) { in maybeRenameSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h191 for (auto &NamePair : IRNames) { in internToJITSymbols()
193 for (auto &TargetNames : NamePair.second) in internToJITSymbols()
195 InternedNames[Mangle(NamePair.first)] = std::move(TargetJITNames); in internToJITSymbols()