Home
last modified time | relevance | path

Searched refs:GetNextFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectReproducer.cpp394 while ((command_file = multi_loader->GetNextFile())) { in DoExecute()
422 while ((gdb_file = multi_loader->GetNextFile())) { in DoExecute()
450 while ((process_file = multi_loader->GetNextFile())) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp360 llvm::Optional<std::string> nextfile = loader->GetNextFile(); in GetReplayProcessInstanceInfoList()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducerProvider.h367 llvm::Optional<std::string> GetNextFile() { in GetNextFile() function
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp933 llvm::Optional<std::string> nextfile = loader->GetNextFile(); in SetInputFile()