Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h69 bool SetLLDBIndexCachePath(const FileSpec &path);
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp93 lldbassert(SetLLDBIndexCachePath(FileSpec(path))); in ModuleListProperties()
128 bool ModuleListProperties::SetLLDBIndexCachePath(const FileSpec &path) { in SetLLDBIndexCachePath() function in ModuleListProperties