Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h99 getTypeUnitMap(bool IsDWO) = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp620 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
739 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap() function in __anonfc0a132e0411::ThreadSafeState
741 return ThreadUnsafeDWARFContextState::getTypeUnitMap(IsDWO); in getTypeUnitMap()
1357 return State->getTypeUnitMap(IsDWO).lookup(Hash); in getTypeUnitForHash()