Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/TextAPI/
DTextStub.cpp844 auto handleSymbols = in NormalizedTBD_V4() local
897 handleSymbols(Exports, File->exports(), [](const Symbol *Symbol) { in NormalizedTBD_V4()
900 handleSymbols(Reexports, File->exports(), [](const Symbol *Symbol) { in NormalizedTBD_V4()
903 handleSymbols(Undefineds, File->undefineds(), in NormalizedTBD_V4()
941 auto handleSymbols = [File](const SectionList &CurrentSections, in denormalize() local
971 handleSymbols(Exports); in denormalize()
972 handleSymbols(Reexports, SymbolFlags::Rexported); in denormalize()
973 handleSymbols(Undefineds, SymbolFlags::Undefined); in denormalize()