Home
last modified time | relevance | path

Searched refs:GetPDBCompilandByUID (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp251 SymbolFilePDB::GetPDBCompilandByUID(uint32_t uid) { in GetPDBCompilandByUID() function in SymbolFilePDB
273 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseLanguage()
333 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseFunctions()
370 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseSupportFiles()
459 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes()
523 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext()
1636 auto compiland_up = GetPDBCompilandByUID(cu->GetID()); in GetTypes()
1644 if (auto compiland_up = GetPDBCompilandByUID(cu_sp->GetID())) in GetTypes()
1729 auto compiland_up = GetPDBCompilandByUID(id); in ParseCompileUnitForUID()
1766 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseCompileUnitLineTable()
H A DSymbolFilePDB.h227 GetPDBCompilandByUID(uint32_t uid);