Lines Matching defs:source_file
977 const lldb::SBFileSpec &source_file,
979 LLDB_INSTRUMENT_VA(this, source_regex, source_file, module_name);
988 if (source_file.IsValid()) {
989 source_file_list.Append(source_file);
1208 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file,
1210 LLDB_INSTRUMENT_VA(this, source_file, new_bps);
1213 return BreakpointsCreateFromFile(source_file, empty_name_list, new_bps);
1216 lldb::SBError SBTarget::BreakpointsCreateFromFile(SBFileSpec &source_file,
1219 LLDB_INSTRUMENT_VA(this, source_file, matching_names, new_bps);
1237 sberr.ref() = target_sp->CreateBreakpointsFromFile(source_file.ref(),