Lines Matching defs:compiland
216 // The linker could link *.dll (compiland language = LINK), or import
217 // *.dll. For example, a compiland with name `Import:KERNEL32.dll` could be
220 // now. However we still count them in the compiland list. If we perform
221 // any compiland related activity, like finding symbols through
465 auto compiland = GetPDBCompilandByUID(comp_unit.GetID());
466 if (!compiland)
500 ParseTypesByTagFn(*compiland);
502 // Also parse global types particularly coming from this compiland.
503 // Unfortunately, PDB has no compiland information for each global type. We
529 auto compiland = GetPDBCompilandByUID(sc.comp_unit->GetID());
530 if (!compiland)
550 // compiland's children and global scope's children with unexpectedly
556 // Parse variables in this compiland.
557 num_added += ParseVariables(sc, *compiland);
823 while (auto compiland = compilands->getNext()) {
829 std::string source_file = compiland->getSourceFileFullPath();
839 auto cu = ParseCompileUnitForUID(compiland->getSymIndexId());
857 // Current compiland does not have the requested line. Search next.
1774 // Find contributions to `compiland` from all source and header files.
1780 // to the compiland from that file, and add the sequence.
1865 const PDBSymbolCompiland &compiland,
1872 auto source_files = m_session_up->getSourceFilesForCompiland(compiland);