Searched refs:GetChildAtIndexPath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 558 ValueObjectSP D(valobj.GetChildAtIndexPath({0, 0, 0, 0})); in ExtractLibcxxStringInfo() 563 D->GetChildAtIndexPath(llvm::ArrayRef<size_t>({0, 0}))); in ExtractLibcxxStringInfo() 579 ValueObjectSP size_mode(D->GetChildAtIndexPath({1, 1, 0})); in ExtractLibcxxStringInfo() 585 size_mode = D->GetChildAtIndexPath({1, 1, 1}); in ExtractLibcxxStringInfo() 593 ValueObjectSP size_mode(D->GetChildAtIndexPath({1, 0, 0})); in ExtractLibcxxStringInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 475 lldb::ValueObjectSP GetChildAtIndexPath(llvm::ArrayRef<size_t> idxs, 479 GetChildAtIndexPath(llvm::ArrayRef<std::pair<size_t, bool>> idxs,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 396 ValueObject::GetChildAtIndexPath(llvm::ArrayRef<size_t> idxs, in GetChildAtIndexPath() function in ValueObject 412 lldb::ValueObjectSP ValueObject::GetChildAtIndexPath( in GetChildAtIndexPath() function in ValueObject
|