Searched refs:PdbCompilandId (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.h39 struct PdbCompilandId { struct in namespace:lldb_private::npdb
97 PdbSymUid(const PdbCompilandId &cid);
107 PdbCompilandId asCompiland() const;
H A DCompileUnitIndex.h38 CompilandIndexItem(PdbCompilandId m_id,
43 PdbCompilandId m_id;
H A DPdbSymUid.cpp68 PdbSymUid::PdbSymUid(const PdbCompilandId &cid) {
117 PdbCompilandId PdbSymUid::asCompiland() const {
120 PdbCompilandId result;
H A DCompileUnitIndex.cpp110 PdbCompilandId id, llvm::pdb::ModuleDebugStreamRef debug_stream,
133 cci = std::make_unique<CompilandIndexItem>(PdbCompilandId{ modi }, debug_stream, std::move(descriptor));
143 PdbCompilandId{modi}, std::move(debug_stream), std::move(descriptor));

Completed in 157 milliseconds