Searched refs:modi (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.h41 uint16_t modi; member in struct:lldb_private::npdb::PdbCompilandId
46 PdbCompilandSymId(uint16_t modi, uint32_t offset) argument
47 : modi(modi), offset(offset) {}
49 uint16_t modi = 0; member in struct:lldb_private::npdb::PdbCompilandSymId
H A DPdbSymUid.cpp23 uint64_t modi : 16; member in struct:__anon2972::CompilandIdRepr
29 uint64_t modi : 16; member in struct:__anon2972::CompilandSymIdRepr
71 repr.modi = cid.modi;
79 repr.modi = csid.modi;
121 result.modi = repr.modi;
129 result.modi = repr.modi;
[all...]
H A DCompileUnitIndex.h83 CompilandIndexItem &GetOrCreateCompiland(uint16_t modi);
85 const CompilandIndexItem *GetCompiland(uint16_t modi) const;
87 CompilandIndexItem *GetCompiland(uint16_t modi);
H A DCompileUnitIndex.cpp115 CompilandIndexItem &CompileUnitIndex::GetOrCreateCompiland(uint16_t modi) { argument
116 auto result = m_comp_units.try_emplace(modi, nullptr);
123 llvm::pdb::DbiModuleDescriptor descriptor = modules.getModuleDescriptor(modi);
133 cci = std::make_unique<CompilandIndexItem>(PdbCompilandId{ modi }, debug_stream, std::move(descriptor));
143 PdbCompilandId{modi}, std::move(debug_stream), std::move(descriptor));
160 uint32_t file_count = modules.getSourceFileCount(modi);
163 for (llvm::StringRef file : modules.source_files(modi)) {
175 const CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) const {
176 auto iter = m_comp_units.find(modi);
182 CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) { argument
[all...]
H A DPdbIndex.cpp124 uint16_t modi = cci.m_id.modi; local
133 PdbCompilandSymId cu_sym_id(modi, iter.offset());
144 llvm::Optional<uint16_t> modi = GetModuleIndexForVa(va); local
145 if (!modi)
148 CompilandIndexItem &cci = compilands().GetOrCreateCompiland(*modi);
188 const CompilandIndexItem *cci = compilands().GetCompiland(cu_sym.modi);
H A DSymbolFileNativePDB.cpp357 CompilandIndexItem *cii = m_index->compilands().GetCompiland(block_id.modi);
375 PdbCompilandSymId parent_id(block_id.modi, block.Parent);
390 m_index->compilands().GetCompiland(func_id.modi);
445 SetCompileUnitAtIndex(cci.m_id.modi, cu_sp);
793 llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(addr); local
794 if (modi) {
795 CompilandIndexItem &cci = m_index->compilands().GetOrCreateCompiland(*modi);
916 m_index->compilands().GetCompiland(uid.asCompiland().modi);
930 uint16_t modi = uid.asCompiland().modi; local
966 llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(file_addr); local
[all...]
H A DPdbAstBuilder.cpp49 CompilandIndexItem &cii = index.compilands().GetOrCreateCompiland(id.modi);
75 if (scope_end < id.modi) {
79 scope_stack.emplace_back(id.modi, begin.offset());
440 PdbCompilandSymId scope_id(id.modi, m_decl_to_status[scope_decl].uid);
619 PdbCompilandSymId cu_sym_id{ref.modi(), ref.SymOffset};
1036 CompilandIndexItem *cii = m_index.compilands().GetCompiland(func_id.modi);
1082 PdbCompilandSymId param_uid(func_id.modi, record_offset);
1215 for (uint16_t modi = 0; modi < module_count; ++modi) {
[all...]
H A DPdbUtil.cpp573 .GetCompiland(frame_proc_id.modi)
609 PdbCompilandSymId loc_specifier_id(var_id.modi,
633 func_scope_id.modi, func_scope_id.offset + func_block_cvs.length());
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp623 static pdb::SectionContrib createSectionContrib(const Chunk *c, uint32_t modi) { argument
639 sc.Imod = modi;
915 uint32_t modi = file->moduleDBI->getModuleIndex(); local
921 pdb::SectionContrib sc = createSectionContrib(secChunk, modi);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h405 uint16_t modi() const { return Module - 1; } function in class:llvm::codeview::ProcRefSym

Completed in 182 milliseconds