Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/MachO/
DConcatOutputSection.h103 NamePair maybeRenameSection(NamePair key);
107 extern llvm::MapVector<NamePair, ConcatOutputSection *> concatOutputSections;
DConfig.h35 using NamePair = std::pair<llvm::StringRef, llvm::StringRef>; variable
36 using SectionRenameMap = llvm::DenseMap<NamePair, NamePair>;
DConcatOutputSection.cpp26 MapVector<NamePair, ConcatOutputSection *> macho::concatOutputSections;
407 NamePair names = maybeRenameSection({isec->getSegName(), isec->getName()}); in getOrCreateForInput()
420 NamePair macho::maybeRenameSection(NamePair key) { in maybeRenameSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
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()