Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp83 using TargetsToSymbols = typedef
305 Error collectSymbolsFromSegment(const Object *Segment, TargetsToSymbols &Result, in collectSymbolsFromSegment()
380 Expected<TargetsToSymbols> getSymbolSection(const Object *File, TBDKey Key, in getSymbolSection()
385 return TargetsToSymbols(); in getSymbolSection()
400 TargetsToSymbols Result; in getSymbolSection()
640 TargetsToSymbols Exports = std::move(*ExportsOrErr); in parseToInterfaceFile()
645 TargetsToSymbols Reexports = std::move(*ReexportsOrErr); in parseToInterfaceFile()
650 TargetsToSymbols Undefineds = std::move(*UndefinedsOrErr); in parseToInterfaceFile()