Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.h39 struct PdbCompilandId { struct
97 PdbSymUid(const PdbCompilandId &cid);
107 PdbCompilandId asCompiland() const;
H A DCompileUnitIndex.h41 CompilandIndexItem(PdbCompilandId m_id,
46 PdbCompilandId m_id;
H A DPdbSymUid.cpp68 PdbSymUid::PdbSymUid(const PdbCompilandId &cid) { in PdbSymUid()
117 PdbCompilandId PdbSymUid::asCompiland() const { in asCompiland()
120 PdbCompilandId result; in asCompiland()
H A DCompileUnitIndex.cpp128 PdbCompilandId id, llvm::pdb::ModuleDebugStreamRef debug_stream, in CompilandIndexItem()
151 …cci = std::make_unique<CompilandIndexItem>(PdbCompilandId{ modi }, debug_stream, std::move(descrip… in GetOrCreateCompiland()
161 PdbCompilandId{modi}, std::move(debug_stream), std::move(descriptor)); in GetOrCreateCompiland()