Searched refs:handleSymbols (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp844 auto handleSymbols = local
897 handleSymbols(Exports, File->exports(), [](const Symbol *Symbol) {
900 handleSymbols(Reexports, File->exports(), [](const Symbol *Symbol) {
903 handleSymbols(Undefineds, File->undefineds(),
941 auto handleSymbols = [File](const SectionList &CurrentSections, local
971 handleSymbols(Exports);
972 handleSymbols(Reexports, SymbolFlags::Rexported);
973 handleSymbols(Undefineds, SymbolFlags::Undefined);

Completed in 101 milliseconds