Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp807 auto handleSymbols = in NormalizedTBD_V4() local
857 handleSymbols(Exports, File->exports()); in NormalizedTBD_V4()
858 handleSymbols(Reexports, File->reexports()); in NormalizedTBD_V4()
859 handleSymbols(Undefineds, File->undefineds()); in NormalizedTBD_V4()
895 auto handleSymbols = [File](const SectionList &CurrentSections, in denormalize() local
935 handleSymbols(Exports); in denormalize()
936 handleSymbols(Reexports, SymbolFlags::Rexported); in denormalize()
937 handleSymbols(Undefineds, SymbolFlags::Undefined); in denormalize()