Lines Matching defs:compilands
212 auto compilands = m_global_scope_up->findAllChildren<PDBSymbolCompiland>();
213 if (!compilands)
219 // compilands contain `thunk` symbols in which we are not interested for
222 // llvm::pdb::IPDBSession methods, such compilands will all be searched
224 uint32_t compile_unit_count = compilands->getChildCount();
229 auto last_compiland_up = compilands->getChildAtIndex(compile_unit_count - 1);
264 // Assuming we always retrieve same compilands listed in same order through
815 auto compilands = m_session_up->findCompilandsForSourceFile(
818 if (!compilands)
823 while (auto compiland = compilands->getNext()) {