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
332 Error collectSymbolsFromSegment(const Object *Segment, TargetsToSymbols &Result, in collectSymbolsFromSegment()
407 Expected<TargetsToSymbols> getSymbolSection(const Object *File, TBDKey Key, in getSymbolSection()
412 return TargetsToSymbols(); in getSymbolSection()
427 TargetsToSymbols Result; in getSymbolSection()
668 TargetsToSymbols Exports = std::move(*ExportsOrErr); in parseToInterfaceFile()
673 TargetsToSymbols Reexports = std::move(*ReexportsOrErr); in parseToInterfaceFile()
678 TargetsToSymbols Undefineds = std::move(*UndefinedsOrErr); in parseToInterfaceFile()