Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h162 using UnitListTy = SmallVector<std::unique_ptr<CompileUnit>>; member
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h195 using UnitListTy = std::vector<std::unique_ptr<CompileUnit>>; variable