Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h99 getTypeUnitMap(bool IsDWO) = 0;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp619 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap() function in ThreadUnsafeDWARFContextState
738 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap() function in ThreadSafeState
740 return ThreadUnsafeDWARFContextState::getTypeUnitMap(IsDWO); in getTypeUnitMap()
1356 return State->getTypeUnitMap(IsDWO).lookup(Hash); in getTypeUnitForHash()