Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp244 auto compiland_up = results_up->getChildAtIndex(cu_idx); in GetCompileUnitIndex() local
245 if (!compiland_up) in GetCompileUnitIndex()
247 if (compiland_up->getSymIndexId() == uid) { in GetCompileUnitIndex()
270 auto compiland_up = results->getChildAtIndex(index); in ParseCompileUnitAtIndex() local
271 if (!compiland_up) in ParseCompileUnitAtIndex()
273 return ParseCompileUnitForUID(compiland_up->getSymIndexId(), index); in ParseCompileUnitAtIndex()
278 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseLanguage() local
279 if (!compiland_up) in ParseLanguage()
281 auto details = compiland_up->findOneChild<PDBSymbolCompilandDetails>(); in ParseLanguage()
339 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseFunctions() local
[all …]