| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 308 Section.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in applyPatches() 315 Section.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in applyPatches() 336 Section.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in applyPatches() 343 Section.ListDebugTypeLineStrPatch.forEach([&](DebugTypeLineStrPatch &Patch) { in applyPatches() 371 Section.ListDebugRangePatch.forEach([&](DebugRangePatch &Patch) { in applyPatches() 387 Section.ListDebugLocPatch.forEach([&](DebugLocPatch &Patch) { in applyPatches() 396 Section.ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in applyPatches() 413 Section.ListDebugULEB128DieRefPatch.forEach( in applyPatches() 420 Section.ListDebugDieTypeRefPatch.forEach([&](DebugDieTypeRefPatch &Patch) { in applyPatches() 434 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 | 1006 CU->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString() 1007 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() 1011 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString() 1022 ArtificialTypeUnit->forEach([&](SectionDescriptor &OutSection) { in forEachOutputString() 1023 OutSection.ListDebugStrPatch.forEach([&](DebugStrPatch &Patch) { in forEachOutputString() 1027 OutSection.ListDebugLineStrPatch.forEach([&](DebugLineStrPatch &Patch) { in forEachOutputString() 1031 OutSection.ListDebugTypeStrPatch.forEach([&](DebugTypeStrPatch &Patch) { in forEachOutputString() 1038 OutSection.ListDebugTypeLineStrPatch.forEach( in forEachOutputString() 1108 SectionsSet.forEach([&](SectionDescriptor &OutSection) { in patchOffsetsAndSizes() 1409 Sections.forEach([&](std::shared_ptr<SectionDescriptor> OutSection) { in writeCompileUnitsToTheOutput() [all …]
|
| H A D | DWARFLinkerTypeUnit.cpp | 168 DebugInfoSection.ListDebugTypeDeclFilePatch.forEach( in prepareDataForTreeCreation() 196 forEach([&](SectionDescriptor &OutSection) { in prepareDataForTreeCreation() 218 forEach([&](SectionDescriptor &OutSection) { in prepareDataForTreeCreation() 248 Entry->getValue().load()->Children.forEach([&](TypeEntry *ChildEntry) { in finalizeTypeEntryRec()
|
| H A D | DWARFLinkerTypeUnit.h | 57 AcceleratorRecords.forEach([&](TypeUnitAccelInfo &Info) { in forEachAcceleratorRecord()
|
| H A D | OutputSections.h | 395 void forEach(function_ref<void(SectionDescriptor &)> Handler) { in forEach() function 403 void forEach( in forEach() function
|
| H A D | TypePool.h | 151 Entry->getValue().load()->Children.forEach(SortChildrenRec); in sortTypes()
|
| H A D | DWARFLinkerCompileUnit.cpp | 339 ->ListDebugDieRefPatch.forEach([&](DebugDieRefPatch &Patch) { in updateDieRefPatchesWithClonedOffsets() 347 ->ListDebugULEB128DieRefPatch.forEach( in updateDieRefPatchesWithClonedOffsets() 359 ->ListDebugULEB128DieRefPatch.forEach( in updateDieRefPatchesWithClonedOffsets() 371 ->ListDebugULEB128DieRefPatch.forEach( in updateDieRefPatchesWithClonedOffsets() 467 DebugInfoSection.ListDebugLocPatch.forEach([&](DebugLocPatch &Patch) { in emitLocations() 707 DebugInfoSection.ListDebugRangePatch.forEach([&](DebugRangePatch &Patch) { in cloneAndEmitRangeList()
|
| H A D | DWARFLinkerCompileUnit.h | 576 AcceleratorRecords.forEach(Handler); in forEachAcceleratorRecord()
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 233 void forEach(Fn fn) { in forEach() function 246 void forEach(Fn fn) const { in forEach() function 247 const_cast<DenseMapBase *>(this)->forEach( in forEach() 540 LHS.forEach(
|
| H A D | sanitizer_thread_arg_retval.cpp | 103 data_.forEach([&](DenseMap<uptr, Data>::value_type& kv) -> bool { in GetAllPtrsLocked()
|
| /src/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));
|
| /src/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()
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 253 REGISTER_MATCHER(forEach); in RegistryMaps()
|
| /src/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common.cpp | 549 GetRootRegionsLocked().forEach([&](const auto &kv) { in ScanRootRegions()
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1023 const internal::ArgumentAdaptingMatcherFunc<internal::ForEachMatcher> forEach = variable
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 340 auto CompStmt = compoundStmt(forEach(InnerMatcher)); in isInUnspecifiedUntypedContext()
|
| /src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3518 forEach;
|