Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp529 bool SetInstanceEnabled(llvm::StringRef name, bool enable) { in SetInstanceEnabled() function in PluginInstances
2253 return GetABIInstances().SetInstanceEnabled(name, enable); in SetABIPluginEnabled()
2261 return GetArchitectureInstances().SetInstanceEnabled(name, enable); in SetArchitecturePluginEnabled()
2269 return GetDisassemblerInstances().SetInstanceEnabled(name, enable); in SetDisassemblerPluginEnabled()
2277 return GetDynamicLoaderInstances().SetInstanceEnabled(name, enable); in SetDynamicLoaderPluginEnabled()
2286 return GetEmulateInstructionInstances().SetInstanceEnabled(name, enable); in SetEmulateInstructionPluginEnabled()
2295 return GetInstrumentationRuntimeInstances().SetInstanceEnabled(name, enable); in SetInstrumentationRuntimePluginEnabled()
2303 return GetJITLoaderInstances().SetInstanceEnabled(name, enable); in SetJITLoaderPluginEnabled()
2311 return GetLanguageInstances().SetInstanceEnabled(name, enable); in SetLanguagePluginEnabled()
2320 return GetLanguageRuntimeInstances().SetInstanceEnabled(name, enable); in SetLanguageRuntimePluginEnabled()
[all …]