Searched refs:GetChildAtIndexPath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxx.cpp | 478 ValueObjectSP D(valobj.GetChildAtIndexPath({0, 0, 0, 0})); in ExtractLibcxxStringInfo() 483 D->GetChildAtIndexPath(llvm::ArrayRef<size_t>({0, 0}))); in ExtractLibcxxStringInfo() 499 ValueObjectSP size_mode(D->GetChildAtIndexPath({1, 1, 0})); in ExtractLibcxxStringInfo() 505 size_mode = D->GetChildAtIndexPath({1, 1, 1}); in ExtractLibcxxStringInfo() 513 ValueObjectSP size_mode(D->GetChildAtIndexPath({1, 0, 0})); in ExtractLibcxxStringInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 492 lldb::ValueObjectSP GetChildAtIndexPath(llvm::ArrayRef<size_t> idxs, 496 GetChildAtIndexPath(llvm::ArrayRef<std::pair<size_t, bool>> idxs,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObject.cpp | 481 ValueObject::GetChildAtIndexPath(llvm::ArrayRef<size_t> idxs, in GetChildAtIndexPath() function in ValueObject 497 lldb::ValueObjectSP ValueObject::GetChildAtIndexPath( in GetChildAtIndexPath() function in ValueObject
|