Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp1006 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 DOutputSections.h395 void forEach(function_ref<void(SectionDescriptor &)> Handler) { in forEach() function
403 void forEach( in forEach() function
H A DDWARFLinkerCompileUnit.cpp339 ->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()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h233 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 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/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp506 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
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp253 REGISTER_MATCHER(forEach); in RegistryMaps()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp549 GetRootRegionsLocked().forEach([&](const auto &kv) { in ScanRootRegions()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp340 auto CompStmt = compoundStmt(forEach(InnerMatcher)); in isInUnspecifiedUntypedContext()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3518 forEach;