Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Drecord_section_tracker.h41 processNewSections(ProcessSectionFunc &&ProcessSection) { in processNewSections() argument
43 ProcessSection(Sec); in processNewSections()
56 processNewSections(ProcessSectionFunc &&ProcessSection) { in processNewSections() argument
58 if (auto Err = ProcessSection(New[I])) { in processNewSections()