Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp243 SymbolFilePDB::GetPDBCompilandByUID(uint32_t uid) { in GetPDBCompilandByUID() function in SymbolFilePDB
265 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseLanguage()
325 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseFunctions()
362 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseSupportFiles()
451 auto compiland = GetPDBCompilandByUID(comp_unit.GetID()); in ParseTypes()
515 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID()); in ParseVariablesForContext()
1624 auto compiland_up = GetPDBCompilandByUID(cu->GetID()); in GetTypes()
1632 if (auto compiland_up = GetPDBCompilandByUID(cu_sp->GetID())) in GetTypes()
1725 auto compiland_up = GetPDBCompilandByUID(id); in ParseCompileUnitForUID()
1762 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseCompileUnitLineTable()
DSymbolFilePDB.h230 GetPDBCompilandByUID(uint32_t uid);