Searched refs:ModuleListProperties (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp77 ModuleListProperties::ModuleListProperties() { function in class:ModuleListProperties
98 bool ModuleListProperties::GetEnableExternalLookup() const {
104 bool ModuleListProperties::SetEnableExternalLookup(bool new_value) {
109 bool ModuleListProperties::GetEnableBackgroundLookup() const {
115 FileSpec ModuleListProperties::GetClangModulesCachePath() const {
122 bool ModuleListProperties::SetClangModulesCachePath(const FileSpec &path) {
127 FileSpec ModuleListProperties::GetLLDBIndexCachePath() const {
134 bool ModuleListProperties::SetLLDBIndexCachePath(const FileSpec &path) {
139 bool ModuleListProperties
[all...]
H A DDataFileCache.cpp29 ModuleListProperties &properties =
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h50 class ModuleListProperties : public Properties { class in namespace:lldb_private
57 ModuleListProperties();
446 static ModuleListProperties &GetGlobalModuleListProperties();

Completed in 84 milliseconds