reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/ValueObject.cpp
 2239   if (!root)
 2247     CompilerType root_compiler_type = root->GetCompilerType();
 2258       return root;
 2316             root->GetChildMemberWithName(child_name, true);
 2331             if (root->IsSynthetic()) {
 2332               child_valobj_sp = root->GetNonSyntheticValue();
 2340             if (!root->IsSynthetic()) {
 2341               child_valobj_sp = root->GetSyntheticValue();
 2349             if (root->IsSynthetic()) {
 2350               child_valobj_sp = root->GetNonSyntheticValue();
 2355               child_valobj_sp = root->GetSyntheticValue();
 2386             root->GetChildMemberWithName(child_name, true);
 2389           root = child_valobj_sp;
 2400             if (root->IsSynthetic()) {
 2401               child_valobj_sp = root->GetNonSyntheticValue();
 2409             if (!root->IsSynthetic()) {
 2410               child_valobj_sp = root->GetSyntheticValue();
 2418             if (root->IsSynthetic()) {
 2419               child_valobj_sp = root->GetNonSyntheticValue();
 2424               child_valobj_sp = root->GetSyntheticValue();
 2438           root = child_valobj_sp;
 2494           return root;
 2529           ValueObjectSP child_valobj_sp = root->GetChildAtIndex(index, true);
 2531             child_valobj_sp = root->GetSyntheticArrayMember(index, true);
 2533             if (root->HasSyntheticValue() &&
 2534                 root->GetSyntheticValue()->GetNumChildren() > index)
 2536                   root->GetSyntheticValue()->GetChildAtIndex(index, true);
 2538             root = child_valobj_sp;
 2563             root = root->Dereference(error);
 2563             root = root->Dereference(error);
 2564             if (error.Fail() || !root) {
 2574             if (root->GetCompilerType().GetMinimumLanguage() ==
 2577                 root->HasSyntheticValue() &&
 2584               root = root->GetSyntheticValue()->GetChildAtIndex(index, true);
 2584               root = root->GetSyntheticValue()->GetChildAtIndex(index, true);
 2586               root = root->GetSyntheticArrayMember(index, true);
 2586               root = root->GetSyntheticArrayMember(index, true);
 2587             if (!root) {
 2600           root = root->GetSyntheticBitFieldChild(index, index, true);
 2600           root = root->GetSyntheticBitFieldChild(index, index, true);
 2601           if (!root) {
 2612             return root;
 2615           root = root->GetChildAtIndex(index, true);
 2615           root = root->GetChildAtIndex(index, true);
 2616           if (!root) {
 2633           if (root->HasSyntheticValue())
 2634             root = root->GetSyntheticValue();
 2634             root = root->GetSyntheticValue();
 2635           else if (!root->IsSynthetic()) {
 2644           if (!root) {
 2650           root = root->GetChildAtIndex(index, true);
 2650           root = root->GetChildAtIndex(index, true);
 2651           if (!root) {
 2687           root = root->GetSyntheticBitFieldChild(low_index, high_index, true);
 2687           root = root->GetSyntheticBitFieldChild(low_index, high_index, true);
 2688           if (!root) {
 2697             return root;
 2708           root = root->Dereference(error);
 2708           root = root->Dereference(error);
 2709           if (error.Fail() || !root) {
 2722           return root;