Lines Matching defs:comp_unit
810 if (sc.comp_unit) {
812 sc.comp_unit->GetPrimaryFile(), sc.module_sp->GetFileSpec());
817 } else if (sc.comp_unit) {
818 s.Format("Global variables for {0}\n", sc.comp_unit->GetPrimaryFile());
895 CompileUnit *comp_unit = nullptr;
898 comp_unit = sc.comp_unit;
899 if (sc.comp_unit) {
902 sc.comp_unit->GetVariableList(can_create));
914 if (comp_unit)
917 comp_unit->GetPrimaryFile());
962 if (sc.comp_unit) {
965 sc.comp_unit->GetVariableList(can_create));
1286 strm << "Line table for " << sc.comp_unit->GetPrimaryFile() << " in `"
1288 LineTable *line_table = sc.comp_unit->GetLineTable();