Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp307 Section.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in applyPatches()
314 Section.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in applyPatches()
335 Section.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in applyPatches()
342 Section.ListDebugTypeLineStrPatch.forEach([&](DebugTypeLineStrPatch &Patch) { in applyPatches()
370 Section.ListDebugRangePatch.forEach([&](DebugRangePatch &Patch) { in applyPatches()
386 Section.ListDebugLocPatch.forEach([&](DebugLocPatch &Patch) { in applyPatches()
395 Section.ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in applyPatches()
412 Section.ListDebugULEB128DieRefPatch.forEach( in applyPatches()
419 Section.ListDebugDieTypeRefPatch.forEach([&](DebugDieTypeRefPatch &Patch) { in applyPatches()
433 Section.ListDebugType2TypeDieRefPatch.forEach( in applyPatches()
[all …]
H A DArrayList.h63 void forEach(ItemHandlerTy Handler) { in forEach() function
82 forEach([&](T &Item) { SortedItems.push_back(Item); }); in sort()
88 forEach([&](T &Item) { Item = SortedItems[SortedItemIdx++]; }); in sort()
H A DDWARFLinkerImpl.cpp1004 CU->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString()
1005 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
1009 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
1020 ArtificialTypeUnit->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString()
1021 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString()
1025 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString()
1029 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString()
1036 OutSection.ListDebugTypeLineStrPatch.forEach( in forEachOutputString()
1106 SectionsSet.forEach([&](SectionDescriptor &OutSection) { in patchOffsetsAndSizes()
1407 Sections.forEach([&](std::shared_ptr<SectionDescriptor> OutSection) { in writeCompileUnitsToTheOutput()
[all …]
H A DDWARFLinkerTypeUnit.cpp167 DebugInfoSection.ListDebugTypeDeclFilePatch.forEach( in prepareDataForTreeCreation()
195 forEach([&](SectionDescriptor &OutSection) { in prepareDataForTreeCreation()
217 forEach([&](SectionDescriptor &OutSection) { in prepareDataForTreeCreation()
247 Entry->getValue().load()->Children.forEach([&](TypeEntry *ChildEntry) { in finalizeTypeEntryRec()
H A DOutputSections.h392 void forEach(function_ref<void(SectionDescriptor &)> Handler) { in forEach() function
400 void forEach( in forEach() function
H A DTypePool.h151 Entry->getValue().load()->Children.forEach(SortChildrenRec); in sortTypes()
H A DDWARFLinkerCompileUnit.cpp336 ->ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets()
344 ->ListDebugULEB128DieRefPatch.forEach( in updateDieRefPatchesWithClonedOffsets()
356 ->ListDebugULEB128DieRefPatch.forEach( in updateDieRefPatchesWithClonedOffsets()
368 ->ListDebugULEB128DieRefPatch.forEach( in updateDieRefPatchesWithClonedOffsets()
464 DebugInfoSection.ListDebugLocPatch.forEach([&](DebugLocPatch &Patch) { in emitLocations()
704 DebugInfoSection.ListDebugRangePatch.forEach([&](DebugRangePatch &Patch) { in cloneAndEmitRangeList()
H A DDWARFLinkerCompileUnit.h576 AcceleratorRecords.forEach(Handler); in forEachAcceleratorRecord()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DRootAutoDetector.cpp57 SamplesSnapshot[I]->TrieRoot.determineRoots().forEach([&](auto &KVP) { in start()
176 Worklist.forEach([&](const auto &KVP) { in determineRoots()
180 Node->Children.forEach([&](auto &ChildKVP) { in determineRoots()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h216 void forEach(Fn fn) { in forEach() function
229 void forEach(Fn fn) const { in forEach() function
230 const_cast<DenseMapBase *>(this)->forEach( in forEach()
552 LHS.forEach(
H A Dsanitizer_thread_arg_retval.cpp103 data_.forEach([&](DenseMap<uptr, Data>::value_type& kv) -> bool {
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js187 document.querySelectorAll('.' + cls).forEach(elt => elt.classList.remove(cls));
188 document.querySelectorAll(query).forEach(elt => elt.classList.add(cls));
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DStringTable.h
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp334 DynInitGlobals().forEach([&](auto &kv) { in StopInitOrderChecking()
505 DynInitGlobals().forEach([&](auto &kv) { in __asan_before_dynamic_init()
576 DynInitGlobals().forEach([&](auto &kv) { in __asan_after_dynamic_init()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp506 template <typename F> void forEach(const F &Func) const { in forEach() function
545 template <typename F> void forEach(const F &Func) const { in forEach() function
829 Nodes.forEach([&](const NodeT *Node) { in extTSPScore()
835 Jumps.forEach([&](const JumpT *Jump) { in extTSPScore()
1305 Nodes.forEach([&](const NodeT *Node) { in distBasedLocalityGain()
1312 Jumps.forEach([&](const JumpT *Jump) { in distBasedLocalityGain()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DRootAutoDetectorTest.cpp63 T.Children.forEach([&](const auto &KVP) { in checkSameImpl()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp255 REGISTER_MATCHER(forEach); in RegistryMaps()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp633 GetRootRegionsLocked().forEach([&](const auto &kv) { in ScanRootRegions()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1054 const internal::ArgumentAdaptingMatcherFunc<internal::ForEachMatcher> forEach = variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3611 forEach;