Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h162 using UnitListTy = SmallVector<std::unique_ptr<CompileUnit>>; member
180 UnitListTy CompileUnits;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp63 static CompileUnit *getUnitForOffset(const UnitListTy &Units, uint64_t Offset) { in getUnitForOffset()
75 const UnitListTy &Units, in resolveDIEReference()
745 const UnitListTy &Units, const DWARFFile &File, in lookForRefDIEsToKeep()
849 const UnitListTy &Units, in lookForDIEsToKeep()
3041 UnitListTy CompileUnits; in cloneModuleUnit()