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