Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp187 processNewSections(ProcessSectionFunc &&ProcessSection) { in processNewSections() argument
189 ProcessSection(Sec); in processNewSections()
202 processNewSections(ProcessSectionFunc &&ProcessSection) { in processNewSections() argument
204 if (auto Err = ProcessSection(New[I])) { in processNewSections()