Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegularExpression.h65 llvm::StringRef GetText() const;
82 return GetText() == rhs.GetText();
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DRegularExpression.cpp21 : RegularExpression(rhs.GetText()) {} in RegularExpression()
33 llvm::StringRef RegularExpression::GetText() const { return m_regex_text; } in GetText() function in RegularExpression
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp80 m_regex.GetText()); in SerializeToStructuredData()
143 m_regex.GetText()); in SearchCallback()
155 m_regex.GetText().str().c_str(), m_exact_match); in GetDescription()
H A DBreakpointResolverName.cpp193 m_regex.GetText()); in SerializeToStructuredData()
409 s->Printf("regex = '%s'", m_regex.GetText().str().c_str()); in GetDescription()
/freebsd-13.1/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.cpp351 avoid_regexp_to_use->GetText().str().c_str(), in FrameMatchesAvoidCriteria()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp74 DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
198 DIERefCallback(callback, regex.GetText())); in GetFunctions()
H A DManualDWARFIndex.cpp357 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
453 DIERefCallback(callback, regex.GetText()))) in GetFunctions()
456 DIERefCallback(callback, regex.GetText()))) in GetFunctions()
H A DSymbolFileDWARF.cpp2122 regex.GetText().str().c_str(), max_matches); in FindGlobalVariables()
2280 regex.GetText().str().c_str()); in FindFunctions()
2287 regex.GetText().str().c_str()); in FindFunctions()
H A DSymbolFileDWARFDebugMap.cpp1039 regex.GetText().str().c_str()); in FindFunctions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueRegex.cpp24 llvm::StringRef regex_text = m_regex.GetText(); in DumpValue()
/freebsd-13.1/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.cpp299 bool ClangExpressionSourceCode::GetText( in GetText() function in ClangExpressionSourceCode
H A DClangUserExpression.cpp429 if (!m_source_code->GetText(m_transformed_text, exe_ctx, !m_ctx_obj, in CreateSourceCode()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h90 return ConstString(m_type_name_regex.GetText()); in GetMatchString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1099 ConstString(formatter_regex->GetText()))) { in DoExecute()
1124 ConstString(formatter_regex->GetText()))) { in DoExecute()
1157 if (category->GetName() == category_regex->GetText()) { in DoExecute()
2156 if (regex->GetText() == category_sp->GetName()) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1366 regex.GetText().str().c_str(), symbol_type); in FindSymbolsMatchingRegExAndType()
H A DIOHandlerCursesGUI.cpp1260 const std::string &GetText() { return m_content; } in GetText() function in curses::TextFieldDelegate
2591 attach_info.GetExecutableFile().SetFile(m_name_field->GetText(), in GetAttachInfo()