Searched refs:multi_loader (Results 1 – 2 of 2) sorted by relevance
505 std::unique_ptr<repro::MultiLoader<repro::CommandProvider>> multi_loader = in DoExecute() local507 if (!multi_loader) { in DoExecute()516 while ((command_file = multi_loader->GetNextFile())) { in DoExecute()533 multi_loader = in DoExecute() local536 if (!multi_loader) { in DoExecute()544 while ((gdb_file = multi_loader->GetNextFile())) { in DoExecute()561 multi_loader = in DoExecute() local564 if (!multi_loader) { in DoExecute()572 while ((process_file = multi_loader->GetNextFile())) { in DoExecute()
298 multi_loader = repro::MultiLoader<repro::GDBRemoteProvider>::Create( in Connect() local300 if (!multi_loader) in Connect()303 llvm::Optional<std::string> history_file = multi_loader->GetNextFile(); in Connect()