Searched refs:GetProcessPluginNameAtIndex (Results 1 – 3 of 3) sorted by relevance
249 static llvm::StringRef GetProcessPluginNameAtIndex(uint32_t idx);
852 llvm::StringRef PluginManager::GetProcessPluginNameAtIndex(uint32_t idx) { in GetProcessPluginNameAtIndex() function in PluginManager
1647 !name.empty(); name = PluginManager::GetProcessPluginNameAtIndex(i++)) in GetPossiblePluginNames()1668 for (llvm::StringRef name = PluginManager::GetProcessPluginNameAtIndex(i++); in GetPossiblePluginNames()1669 !name.empty(); name = PluginManager::GetProcessPluginNameAtIndex(i++)) in GetPossiblePluginNames()