Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp711 struct UnitContainers { in getTypeUnitForHash() struct
715 UnitContainers Units = IsDWO ? UnitContainers{DWOUnits, DWOTypeUnits} in getTypeUnitForHash()
716 : UnitContainers{NormalUnits, NormalTypeUnits}; in getTypeUnitForHash()