Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp2168 llvm::DenseMap<TypeIndex, TypeIndex> full_to_forward; in BuildParentMap() local
2193 full_to_forward[indices.full] = indices.forward; in BuildParentMap()
2272 TypeIndex fwd = full_to_forward[full]; in BuildParentMap()