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

Declarations

tools/lldb/include/lldb/Core/ValueObject.h
  560   lldb::ValueObjectSP GetSyntheticBitFieldChild(uint32_t from, uint32_t to,

References

tools/lldb/source/Core/ValueObject.cpp
 2600           root = root->GetSyntheticBitFieldChild(index, index, true);
 2687           root = root->GetSyntheticBitFieldChild(low_index, high_index, true);
tools/lldb/source/Target/StackFrame.cpp
  896           child_valobj_sp = valobj_sp->GetSyntheticBitFieldChild(
 1015           valobj_sp->GetSyntheticBitFieldChild(child_index, final_index, true);