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.cpp1182 PdbSymUid cu_id(comp_unit.GetID()); in ParseLineTable() local
1183 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland); in ParseLineTable()
1184 uint16_t modi = cu_id.asCompiland().modi; in ParseLineTable()
1368 PdbSymUid cu_id(comp_unit.GetID()); in ParseSupportFiles() local
1369 lldbassert(cu_id.kind() == PdbSymUidKind::Compiland); in ParseSupportFiles()
1371 m_index->compilands().GetCompiland(cu_id.asCompiland().modi); in ParseSupportFiles()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp525 auto cu_id = GetCompilandId(*result); in ParseVariablesForContext() local
527 if (cu_id == 0) in ParseVariablesForContext()
530 if (cu_id == sc.comp_unit->GetID()) in ParseVariablesForContext()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp603 lldb::user_id_t cu_id = 0; in ParseCompileUnitAtIndex() local
606 std::make_shared<SupportFile>(so_file_spec), cu_id, in ParseCompileUnitAtIndex()