Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1591 TypeCollection &type_collection) { in GetTypesForPDBSymbol() argument
1627 if (!llvm::is_contained(type_collection, type)) in GetTypesForPDBSymbol()
1628 type_collection.push_back(type); in GetTypesForPDBSymbol()
1634 GetTypesForPDBSymbol(*symbol_up, type_mask, type_collection); in GetTypesForPDBSymbol()
1641 TypeCollection type_collection; in GetTypes() local
1648 GetTypesForPDBSymbol(*compiland_up, type_mask, type_collection); in GetTypes()
1654 GetTypesForPDBSymbol(*compiland_up, type_mask, type_collection); in GetTypes()
1659 for (auto type : type_collection) { in GetTypes()
H A DSymbolFilePDB.h215 TypeCollection &type_collection);