Searched refs:forEach (Results 1 – 12 of 12) sorted by relevance
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 …]
395 void forEach(function_ref<void(SectionDescriptor &)> Handler) { in forEach() function403 void forEach( in forEach() function
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()
233 void forEach(Fn fn) { in forEach() function246 void forEach(Fn fn) const { in forEach() function247 const_cast<DenseMapBase *>(this)->forEach( in forEach()540 LHS.forEach(
103 data_.forEach([&](DenseMap<uptr, Data>::value_type& kv) -> bool {
187 document.querySelectorAll('.' + cls).forEach(elt => elt.classList.remove(cls));188 document.querySelectorAll(query).forEach(elt => elt.classList.add(cls));
506 template <typename F> void forEach(const F &Func) const {545 template <typename F> void forEach(const F &Func) const { in ExtTSPImpl() 829 Nodes.forEach([&](const NodeT *Node) { in getBestMergeGain() 835 Jumps.forEach([&](const JumpT *Jump) { in getBestMergeGain() 1305 Nodes.forEach([&](const NodeT *Node) {1312 Jumps.forEach([&](const JumpT *Jump) {477 template <typename F> void forEach(const F &Func) const { forEach() function
253 REGISTER_MATCHER(forEach); in RegistryMaps()
549 GetRootRegionsLocked().forEach([&](const auto &kv) { in ScanRootRegions()
340 auto CompStmt = compoundStmt(forEach(InnerMatcher)); in isInUnspecifiedUntypedContext()
3518 forEach;