Searched refs:GetItemAtIndexAsString (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 222 bool GetItemAtIndexAsString(size_t idx, llvm::StringRef &result) const { in GetItemAtIndexAsString() function 233 bool GetItemAtIndexAsString(size_t idx, llvm::StringRef &result, in GetItemAtIndexAsString() function 235 bool success = GetItemAtIndexAsString(idx, result); in GetItemAtIndexAsString() 241 bool GetItemAtIndexAsString(size_t idx, ConstString &result) const { in GetItemAtIndexAsString() function 252 bool GetItemAtIndexAsString(size_t idx, ConstString &result, in GetItemAtIndexAsString() function 254 bool success = GetItemAtIndexAsString(idx, result); in GetItemAtIndexAsString()
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | SearchFilter.cpp | 475 success = modules_array->GetItemAtIndexAsString(0, module); in CreateFromStructuredData() 600 success = modules_array->GetItemAtIndexAsString(i, module); in CreateFromStructuredData() 648 success = modules_array->GetItemAtIndexAsString(i, module); in CreateFromStructuredData() 670 success = cus_array->GetItemAtIndexAsString(i, cu); in CreateFromStructuredData()
|
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointResolverFileRegex.cpp | 60 success = names_array->GetItemAtIndexAsString(i, name); in CreateFromStructuredData()
|
H A D | Breakpoint.cpp | 215 success = names_array->GetItemAtIndexAsString(i, name); in CreateFromStructuredData() 247 if (names_array->GetItemAtIndexAsString(i, name)) { in SerializedBreakpointMatchesNames()
|
H A D | BreakpointResolverName.cpp | 162 success = names_array->GetItemAtIndexAsString(i, name); in CreateFromStructuredData()
|
H A D | BreakpointOptions.cpp | 92 success = user_source->GetItemAtIndexAsString(i, elem_string); in CreateFromStructuredData()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | DynamicRegisterInfo.cpp | 141 if (!composite_reg_list.GetItemAtIndexAsString(composite_idx, in ByteOffsetFromComposite() 203 if (sets->GetItemAtIndexAsString(i, set_name) && !set_name.IsEmpty()) { in SetRegisterInfo() 340 if (invalidate_reg_list->GetItemAtIndexAsString( in SetRegisterInfo()
|
/openbsd-src/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 2261 if (names_array->GetItemAtIndexAsString(i, name)) in HandleOptionArgumentCompletion()
|