Home
last modified time | relevance | path

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

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