Home
last modified time | relevance | path

Searched refs:cu_id (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1185 PdbSymUid cu_id(comp_unit.GetID()); in ParseLineTable() local
1186 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland); in ParseLineTable()
1187 uint16_t modi = cu_id.asCompiland().modi; in ParseLineTable()
1374 PdbSymUid cu_id(comp_unit.GetID()); in ParseSupportFiles() local
1375 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland); in ParseSupportFiles()
1377 m_index->compilands().GetCompiland(cu_id.asCompiland().modi); in ParseSupportFiles()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp539 auto cu_id = GetCompilandId(*result); in ParseVariablesForContext() local
541 if (cu_id == 0) in ParseVariablesForContext()
544 if (cu_id == sc.comp_unit->GetID()) in ParseVariablesForContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp601 lldb::user_id_t cu_id = 0; in ParseCompileUnitAtIndex() local
604 std::make_shared<SupportFile>(so_file_spec), cu_id, in ParseCompileUnitAtIndex()