| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RegularExpression.h | 71 llvm::StringRef GetText() const; 88 return GetText() == rhs.GetText();
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | RegularExpression.cpp | 22 : 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 D | BreakpointResolverFileRegex.cpp | 80 m_regex.GetText()); in SerializeToStructuredData() 144 m_regex.GetText()); in SearchCallback() 156 m_regex.GetText().str().c_str(), m_exact_match); in GetDescription()
|
| H A D | BreakpointResolverName.cpp | 193 m_regex.GetText()); in SerializeToStructuredData() 399 s->Printf("regex = '%s'", m_regex.GetText().str().c_str()); in GetDescription()
|
| H A D | BreakpointOptions.cpp | 362 m_condition.GetText()); in SerializeToStructuredData() 549 s->Printf("Condition: %s\n", m_condition.GetText().data()); in GetDescription()
|
| H A D | BreakpointLocation.cpp | 245 condition.GetText(), llvm::StringRef(), language, in ConditionSaysStop()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrameRecognizer.cpp | 95 module_name = entry.module_regexp->GetText().str(); in ForEach() 97 symbol_name = entry.symbol_regexp->GetText().str(); in ForEach()
|
| H A D | ThreadPlanStepInRange.cpp | 350 avoid_regexp_to_use->GetText().str().c_str()); in FrameMatchesAvoidCriteria()
|
| H A D | StopInfo.cpp | 487 strm << ": \"" << bp_loc_sp->GetCondition().GetText() << "\"\n"; in PerformAction()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | StopCondition.h | 28 llvm::StringRef GetText() const { return m_text; } in GetText() function
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueRegex.cpp | 24 llvm::StringRef regex_text = m_regex.GetText(); in DumpValue()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueRegex.h | 32 return m_regex.GetText(); in ToJSON()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.h | 65 bool GetText(std::string &text, ExecutionContext &exe_ctx, bool add_locals,
|
| H A D | ClangExpressionSourceCode.cpp | 345 bool ClangExpressionSourceCode::GetText( in GetText() function in ClangExpressionSourceCode
|
| H A D | ClangUserExpression.cpp | 424 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 D | ManualDWARFIndex.cpp | 426 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables() 524 DIERefCallback(callback, regex.GetText()))) in GetFunctions() 527 DIERefCallback(callback, regex.GetText()))) in GetFunctions()
|
| H A D | AppleDWARFIndex.cpp | 150 DIERefCallbackImpl converted_cb = DIERefCallback(callback, regex.GetText()); in GetGlobalVariables()
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | LeashDebugWindow.cpp | 162 m_debugListBox.GetText(xItem, listboxItem); in OnCopyToClipboard()
|
| H A D | LeashAboutBox.cpp | 338 m_LB_DLLsLoaded.GetText(m_LB_DLLsLoaded.GetCurSel(), m_fileItem); in OnDblclkLeashModuleLb()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 124 return ConstString(m_type_name_regex.GetText()); in GetMatchString()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointLocation.cpp | 176 return ConstString(loc_sp->GetCondition().GetText()).GetCString(); in GetCondition()
|
| H A D | SBBreakpointName.cpp | 320 return ConstString(bp_name->GetOptions().GetCondition().GetText()) in GetCondition()
|
| H A D | SBBreakpoint.cpp | 291 return ConstString(bkpt_sp->GetCondition().GetText()).GetCString(); in GetCondition()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 1313 const std::string &GetText() { return m_content; } in GetText() function in lldb_private::curses::TextFieldDelegate 2030 arguments.AppendArgument(GetField(i).GetText()); in GetArguments() 2223 const std::string &GetValue() { return GetValueField().GetText(); } in GetValue() 3012 attach_info.GetExecutableFile().SetFile(m_name_field->GetText(), in GetAttachInfo() 3777 m_delegate_sp->UpdateMatches(m_text_field.GetText()); in UpdateMatches() 4831 const std::string &GetText() const { return m_text; } in GetText() function in TreeItem 5036 window.PutCStringTruncated(1, item.GetText().c_str()); in TreeDelegateDrawTreeItem()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 1058 return regex == nullptr || s == regex->GetText() || regex->Execute(s); in ShouldListItem() 2047 if (regex->GetText() == category_sp->GetName()) { in DoExecute()
|