Home
last modified time | relevance | path

Searched defs:UnitListTy (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h163 using UnitListTy = SmallVector<std::unique_ptr<CompileUnit>>; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h195 using UnitListTy = std::vector<std::unique_ptr<CompileUnit>>; variable