Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DPluginManager.cpp264 const std::vector<Instance> &GetInstances() const { return m_instances; } in GetInstances() function in PluginInstances
265 std::vector<Instance> &GetInstances() { return m_instances; } in GetInstances() function in PluginInstances
570 const auto &instances = GetLanguageRuntimeInstances().GetInstances(); in GetLanguageRuntimeGetCommandObjectAtIndex()
578 const auto &instances = GetLanguageRuntimeInstances().GetInstances(); in GetLanguageRuntimeGetExceptionPreconditionAtIndex()
658 const auto &instances = GetObjectFileInstances().GetInstances(); in GetObjectFileCreateMemoryCallbackAtIndex()
667 const auto &instances = GetObjectFileInstances().GetInstances(); in GetObjectFileGetModuleSpecificationsCallbackAtIndex()
678 const auto &instances = GetObjectFileInstances().GetInstances(); in GetObjectFileCreateMemoryCallbackForPluginName()
690 auto &instances = GetObjectFileInstances().GetInstances(); in SaveCore()
742 const auto &instances = GetObjectContainerInstances().GetInstances(); in GetObjectContainerGetModuleSpecificationsCallbackAtIndex()
790 for (const auto &instance : GetPlatformInstances().GetInstances()) { in AutoCompletePlatformName()
[all …]