Home
last modified time | relevance | path

Searched defs:CompilandIndexItem (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.h40 struct CompilandIndexItem { struct
46 PdbCompilandId m_id;
49 llvm::pdb::ModuleDebugStreamRef m_debug_stream;
52 llvm::pdb::DbiModuleDescriptor m_module_descriptor;
54 llvm::codeview::StringsAndChecksumsRef m_strings;
57 std::vector<llvm::StringRef> m_file_list;
63 std::map<lldb::addr_t, PdbSymUid> m_symbols_by_va;
89 /// global compile unit index to |CompilandIndexItem| structures. argument
H A DCompileUnitIndex.cpp127 CompilandIndexItem::CompilandIndexItem( in CompilandIndexItem() function in CompilandIndexItem
[all...]