Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1043 std::vector<std::string> paths_vec; in LoadImageUsingPaths() local
1044 paths_vec.reserve(num_paths); in LoadImageUsingPaths()
1046 paths_vec.push_back(paths.GetStringAtIndex(i)); in LoadImageUsingPaths()
1050 process_sp.get(), *image_spec, paths_vec, error.ref(), &loaded_spec); in LoadImageUsingPaths()