Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegularExpression.h71 llvm::StringRef GetText() const;
88 return GetText() == rhs.GetText();
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp22 : RegularExpression(rhs.GetText()) {} in RegularExpression()
34 llvm::StringRef RegularExpression::GetText() const { return m_regex_text; } in GetText() function in RegularExpression
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp79 m_regex.GetText()); in SerializeToStructuredData()
142 m_regex.GetText()); in SearchCallback()
154 m_regex.GetText().str().c_str(), m_exact_match); in GetDescription()
H A DBreakpointResolverName.cpp191 m_regex.GetText()); in SerializeToStructuredData()
397 s->Printf("regex = '%s'", m_regex.GetText().str().c_str()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp75 module_name = entry.module_regexp->GetText().str(); in ForEach()
77 symbol_name = entry.symbol_regexp->GetText().str(); in ForEach()
H A DThreadPlanStepInRange.cpp349 avoid_regexp_to_use->GetText().str().c_str()); in FrameMatchesAvoidCriteria()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h32 return m_regex.GetText(); in ToJSON()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueRegex.cpp24 llvm::StringRef regex_text = m_regex.GetText(); in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.h65 bool GetText(std::string &text, ExecutionContext &exe_ctx, bool add_locals,
H A DClangExpressionSourceCode.cpp346 bool ClangExpressionSourceCode::GetText( in GetText() function in ClangExpressionSourceCode
H A DClangUserExpression.cpp423 if (!m_source_code->GetText(m_transformed_text, exe_ctx, !m_ctx_obj, in CreateSourceCode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp401 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
499 DIERefCallback(callback, regex.GetText()))) in GetFunctions()
502 DIERefCallback(callback, regex.GetText()))) in GetFunctions()
H A DAppleDWARFIndex.cpp150 DIERefCallbackImpl converted_cb = DIERefCallback(callback, regex.GetText()); in GetGlobalVariables()
H A DSymbolFileDWARF.cpp2465 regex.GetText().str().c_str(), max_matches); in FindGlobalVariables()
2642 regex.GetText().str().c_str()); in FindFunctions()
2649 regex.GetText().str().c_str()); in FindFunctions()
H A DSymbolFileDWARFDebugMap.cpp1100 regex.GetText().str().c_str()); in FindFunctions()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h124 return ConstString(m_type_name_regex.GetText()); in GetMatchString()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1312 const std::string &GetText() { return m_content; } in GetText() function in curses::TextFieldDelegate
2029 arguments.AppendArgument(GetField(i).GetText()); in GetArguments()
2222 const std::string &GetValue() { return GetValueField().GetText(); } in GetValue()
3011 attach_info.GetExecutableFile().SetFile(m_name_field->GetText(), in GetAttachInfo()
3776 m_delegate_sp->UpdateMatches(m_text_field.GetText()); in UpdateMatches()
4829 const std::string &GetText() const { return m_text; } in GetText() function in TreeItem
5034 window.PutCStringTruncated(1, item.GetText().c_str()); in TreeDelegateDrawTreeItem()
H A DModule.cpp1312 regex.GetText().str().c_str(), symbol_type); in FindSymbolsMatchingRegExAndType()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1047 return regex == nullptr || s == regex->GetText() || regex->Execute(s); in ShouldListItem()
2027 if (regex->GetText() == category_sp->GetName()) { in DoExecute()