Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp6312 std::vector<llvm::StringRef> names_to_remove; in MapSupportedStructuredDataPlugins() local
6317 names_to_remove.push_back(type_name); in MapSupportedStructuredDataPlugins()
6324 for (llvm::StringRef type_name : names_to_remove) in MapSupportedStructuredDataPlugins()