Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp132 std::vector<std::pair<Position, Position>> FromTo; member
140 std::vector<std::pair<Position, Position>> FromTo; in HandleTranslationUnit() member
158 Data.FromTo.push_back( in HandleTranslationUnit()
166 auto &FromTo = Data.FromTo; in HandleTranslationUnit() local
167 assert(!FromTo.empty()); in HandleTranslationUnit()
172 llvm::sort(FromTo); in HandleTranslationUnit()
175 MergedRanges.push_back(FromTo.front()); in HandleTranslationUnit()
176 for (auto It = FromTo.begin() + 1; It < FromTo.end(); ++It) { in HandleTranslationUnit()
200 auto &MergedRanges = Result[I].FromTo; in printJson()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp780 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
782 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn)) in replaceSectionReferences()
1025 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1027 if (SectionBase *To = FromTo.lookup(SecToApplyRel)) in replaceSectionReferences()
1120 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences() argument
1122 if (SectionBase *To = FromTo.lookup(Sec)) in replaceSectionReferences()
2259 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSections() argument
2267 for (auto &I : FromTo) in replaceSections()
2272 Sec->replaceSectionReferences(FromTo); in replaceSections()
2276 [=](const SectionBase &Sec) { return FromTo.count(&Sec) > 0; })) in replaceSections()
H A DELFObject.h854 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
927 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
971 const DenseMap<SectionBase *, SectionBase *> &FromTo) override;
1229 Error replaceSections(const DenseMap<SectionBase *, SectionBase *> &FromTo);
H A DELFObjcopy.cpp253 DenseMap<SectionBase *, SectionBase *> FromTo; in compressOrDecompressSections() local
255 FromTo[S] = Func(); in compressOrDecompressSections()
256 return replaceSections(FromTo); in compressOrDecompressSections()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp1013 auto FromTo = in computeArchiveRelativePath() local
1016 auto FromI = FromTo.first; in computeArchiveRelativePath()
1017 auto ToI = FromTo.second; in computeArchiveRelativePath()