Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h89 bool SetLLDBIndexCachePath(const FileSpec &path);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp92 lldbassert(SetLLDBIndexCachePath(FileSpec(path))); in ModuleListProperties()
133 bool ModuleListProperties::SetLLDBIndexCachePath(const FileSpec &path) { in SetLLDBIndexCachePath() function in ModuleListProperties