| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 307 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 D | ArrayList.h | 63 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 D | DWARFLinkerImpl.cpp | 1004 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 D | DWARFLinkerTypeUnit.cpp | 167 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 D | OutputSections.h | 392 void forEach(function_ref<void(SectionDescriptor &)> Handler) { in forEach() function 400 void forEach( in forEach() function
|
| H A D | TypePool.h | 151 Entry->getValue().load()->Children.forEach(SortChildrenRec); in sortTypes()
|
| H A D | DWARFLinkerCompileUnit.cpp | 336 ->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 D | DWARFLinkerCompileUnit.h | 576 AcceleratorRecords.forEach(Handler); in forEachAcceleratorRecord()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | RootAutoDetector.cpp | 57 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 D | sanitizer_dense_map.h | 216 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 D | sanitizer_thread_arg_retval.cpp | 103 data_.forEach([&](DenseMap<uptr, Data>::value_type& kv) -> bool {
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.js | 187 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 D | StringTable.h | |
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_globals.cpp | 334 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 D | CodeLayout.cpp | 506 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 D | RootAutoDetectorTest.cpp | 63 T.Children.forEach([&](const auto &KVP) { in checkSameImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 255 REGISTER_MATCHER(forEach); in RegistryMaps()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cpp | 633 GetRootRegionsLocked().forEach([&](const auto &kv) { in ScanRootRegions()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1054 const internal::ArgumentAdaptingMatcherFunc<internal::ForEachMatcher> forEach = variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3611 forEach;
|