Home
last modified time | relevance | path

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

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