Home
last modified time | relevance | path

Searched defs:forEach (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DStringTable.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h395 void forEach(function_ref<void(SectionDescriptor &)> Handler) { in forEach() function
403 void forEach( in forEach() function
/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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp477 template <typename F> void forEach(const F &Func) const { forEach() function