Home | History | Annotate | Download | only in Commands

Lines Matching refs:comp_unit

735                 if (sc.comp_unit)
738 sc.comp_unit->GetPath().c_str(),
747 else if (sc.comp_unit)
750 sc.comp_unit->GetPath().c_str());
846 CompileUnit *comp_unit = NULL;
850 if (sc.comp_unit)
853 VariableListSP comp_unit_varlist_sp (sc.comp_unit->GetVariableList(can_create));
869 if (comp_unit)
871 comp_unit->GetPath().c_str());
930 if (sc.comp_unit)
933 VariableListSP comp_unit_varlist_sp (sc.comp_unit->GetVariableList(can_create));
1379 strm << "Line table for " << *static_cast<FileSpec*> (sc.comp_unit) << " in `"
1381 LineTable *line_table = sc.comp_unit->GetLineTable();