| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | RegularExpression.cpp | 44 Compile(rhs.GetText()); in RegularExpression() 50 Compile(rhs.GetText()); in operator =() 166 llvm::StringRef RegularExpression::GetText() const { return m_re; } in GetText() function in RegularExpression
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueRegex.cpp | 25 llvm::StringRef regex_text = m_regex.GetText(); in DumpValue() 67 return OptionValueSP(new OptionValueRegex(m_regex.GetText().str().c_str())); in DeepCopy()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileRegex.cpp | 84 m_regex.GetText()); in SerializeToStructuredData() 149 m_regex.GetText()); in SearchCallback() 162 m_regex.GetText().str().c_str(), m_exact_match); in GetDescription()
|
| H A D | BreakpointResolverName.cpp | 198 m_regex.GetText()); in SerializeToStructuredData() 404 s->Printf("regex = '%s'", m_regex.GetText().str().c_str()); in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrameRecognizer.cpp | 72 callback(entry.recognizer_id, entry.recognizer->GetName(), entry.module_regexp->GetText(), in ForEach() 73 entry.symbol_regexp->GetText(), true); in ForEach()
|
| H A D | ThreadPlanStepInRange.cpp | 382 avoid_regexp_to_use->GetText().str().c_str(), in FrameMatchesAvoidCriteria()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 256 if (type.GetStringRef() == regex->GetText()) { in Delete_Impl() 292 new TypeNameSpecifierImpl(regex->GetText().str().c_str(), true)); in GetTypeNameSpecifierAtIndex_Impl() 316 if (regex->GetText() == key.GetStringRef()) { in GetExact_Impl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | ExpressionSourceCode.h | 39 bool GetText(std::string &text, lldb::LanguageType wrapping_language,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | RegularExpression.h | 184 llvm::StringRef GetText() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | AddressResolverName.cpp | 197 s->Printf("'%s' (regular expression)", m_regex.GetText().str().c_str()); in GetDescription()
|
| H A D | Module.cpp | 1388 regex.GetText().str().c_str(), symbol_type); in FindSymbolsMatchingRegExAndType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 1141 if (name.GetStringRef() == formatter_regex->GetText()) { in DoExecute() 1163 if (regex_sp->GetText() == formatter_regex->GetText()) { in DoExecute() 1165 } else if (formatter_regex->Execute(regex_sp->GetText())) { in DoExecute() 1175 regex_sp->GetText().str().c_str(), in DoExecute() 1195 if (category->GetName() == category_regex->GetText()) { in DoExecute() 2226 if (regex->GetText() == category_sp->GetName()) { in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | ExpressionSourceCode.cpp | 179 bool ExpressionSourceCode::GetText(std::string &text, in GetText() function in ExpressionSourceCode
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 2182 regex.GetText().str().c_str(), max_matches); in FindGlobalVariables() 2213 m_index->ReportInvalidDIEOffset(die_ref.die_offset, regex.GetText()); in FindGlobalVariables() 2367 regex.GetText().str().c_str()); in FindFunctions() 2375 regex.GetText().str().c_str(), append); in FindFunctions() 2397 m_index->ReportInvalidDIEOffset(ref.die_offset, regex.GetText()); in FindFunctions()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1033 regex.GetText().str().c_str()); in FindFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 399 if (!source_code->GetText(m_transformed_text, m_expr_lang, in UpdateLanguageForExpr()
|