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.h100 getTypeUnitMap(bool IsDWO) = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp618 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
735 getTypeUnitMap(bool IsDWO) override { in getTypeUnitMap() function in __anonfc0a132e0411::ThreadSafeState
737 return ThreadUnsafeDWARFContextState::getTypeUnitMap(IsDWO); in getTypeUnitMap()
1352 return State->getTypeUnitMap(IsDWO).lookup(Hash); in getTypeUnitForHash()