Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegularExpression.cpp44 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 DOptionValueRegex.cpp25 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 DBreakpointResolverFileRegex.cpp84 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 DBreakpointResolverName.cpp198 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 DStackFrameRecognizer.cpp72 callback(entry.recognizer_id, entry.recognizer->GetName(), entry.module_regexp->GetText(), in ForEach()
73 entry.symbol_regexp->GetText(), true); in ForEach()
H A DThreadPlanStepInRange.cpp382 avoid_regexp_to_use->GetText().str().c_str(), in FrameMatchesAvoidCriteria()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h256 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 DExpressionSourceCode.h39 bool GetText(std::string &text, lldb::LanguageType wrapping_language,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegularExpression.h184 llvm::StringRef GetText() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp197 s->Printf("'%s' (regular expression)", m_regex.GetText().str().c_str()); in GetDescription()
H A DModule.cpp1388 regex.GetText().str().c_str(), symbol_type); in FindSymbolsMatchingRegExAndType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp1141 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 DExpressionSourceCode.cpp179 bool ExpressionSourceCode::GetText(std::string &text, in GetText() function in ExpressionSourceCode
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2182 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 DSymbolFileDWARFDebugMap.cpp1033 regex.GetText().str().c_str()); in FindFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp399 if (!source_code->GetText(m_transformed_text, m_expr_lang, in UpdateLanguageForExpr()