Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp430 bool has_path = dict->HasKey("path"); in GetLoadedDynamicLibrariesInfos() local
432 if (!has_path && !has_uuid) in GetLoadedDynamicLibrariesInfos()
437 if (has_path) { in GetLoadedDynamicLibrariesInfos()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSource.cpp207 bool has_path = (file_spec.GetDirectory().AsCString() != nullptr); in DumpFileLinesInCompUnit() local
209 size_t file_idx = cu_file_list.FindFileIndex(0, file_spec, has_path); in DumpFileLinesInCompUnit()