Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h70 bool SetLLDBIndexCachePath(const FileSpec &path);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp93 lldbassert(SetLLDBIndexCachePath(FileSpec(path))); in ModuleListProperties()
134 bool ModuleListProperties::SetLLDBIndexCachePath(const FileSpec &path) { in SetLLDBIndexCachePath() function in ModuleListProperties