Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp198 processNewSections(ProcessSectionFunc &&ProcessSection) { in processNewSections() argument
200 ProcessSection(Sec); in processNewSections()
213 processNewSections(ProcessSectionFunc &&ProcessSection) { in processNewSections() argument
215 if (auto Err = ProcessSection(New[I])) { in processNewSections()