Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp448 bool has_path = dict->HasKey("path"); in GetLoadedDynamicLibrariesInfos()
450 if (!has_path && !has_uuid) in GetLoadedDynamicLibrariesInfos()
455 if (has_path) { in GetLoadedDynamicLibrariesInfos()
434 bool has_path = dict->HasKey("path"); GetLoadedDynamicLibrariesInfos() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp206 bool has_path = (file_spec.GetDirectory().AsCString() != nullptr); in DumpFileLinesInCompUnit() local
208 size_t file_idx = cu_file_list.FindFileIndex(0, file_spec, has_path); in DumpFileLinesInCompUnit()