Lines Matching defs:compilands
213 auto compilands = m_global_scope_up->findAllChildren<PDBSymbolCompiland>();
214 if (!compilands)
220 // compilands contain `thunk` symbols in which we are not interested for
223 // llvm::pdb::IPDBSession methods, such compilands will all be searched
225 uint32_t compile_unit_count = compilands->getChildCount();
230 auto last_compiland_up = compilands->getChildAtIndex(compile_unit_count - 1);
265 // Assuming we always retrieve same compilands listed in same order through
801 auto compilands = m_session_up->findCompilandsForSourceFile(
804 if (!compilands)
809 while (auto compiland = compilands->getNext()) {