Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp232 auto compiland_up = results_up->getChildAtIndex(cu_idx); in GetCompileUnitIndex() local
233 if (!compiland_up) in GetCompileUnitIndex()
235 if (compiland_up->getSymIndexId() == uid) { in GetCompileUnitIndex()
259 auto compiland_up = results->getChildAtIndex(index); in ParseCompileUnitAtIndex() local
260 if (!compiland_up) in ParseCompileUnitAtIndex()
262 return ParseCompileUnitForUID(compiland_up->getSymIndexId(), index); in ParseCompileUnitAtIndex()
267 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseLanguage() local
268 if (!compiland_up) in ParseLanguage()
270 auto details = compiland_up->findOneChild<PDBSymbolCompilandDetails>(); in ParseLanguage()
327 auto compiland_up = GetPDBCompilandByUID(comp_unit.GetID()); in ParseFunctions() local
[all …]