Lines Matching defs:source_file
970 const lldb::SBFileSpec &source_file,
972 LLDB_INSTRUMENT_VA(this, source_regex, source_file, module_name);
981 if (source_file.IsValid()) {
982 source_file_list.Append(source_file);
1201 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file,
1203 LLDB_INSTRUMENT_VA(this, source_file, new_bps);
1206 return BreakpointsCreateFromFile(source_file, empty_name_list, new_bps);
1209 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file,
1212 LLDB_INSTRUMENT_VA(this, source_file, matching_names, new_bps);
1230 sberr.ref() = target_sp->CreateBreakpointsFromFile(source_file.ref(),