Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp595 const char *producer_cstr = in ParseProducerInfo() local
597 if (producer_cstr) { in ParseProducerInfo()
602 if (llvm_gcc_regex.Execute(llvm::StringRef(producer_cstr))) { in ParseProducerInfo()
604 } else if (strstr(producer_cstr, "clang")) { in ParseProducerInfo()
608 if (g_clang_version_regex.Execute(llvm::StringRef(producer_cstr), in ParseProducerInfo()
618 } else if (strstr(producer_cstr, "GNU")) in ParseProducerInfo()