Searched defs:GetSyntheticBitFieldChild (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Core/
H A DValueObject.cpp2084 ValueObject::GetSyntheticBitFieldChild (uint32_t from, uint32_t to, bool can_create) function in class:ValueObject
2890 root = root->GetSyntheticBitFieldChild(index, index, true);
2993 root = root->GetSyntheticBitFieldChild(index_lower, index_higher, true);
3235 root = root->GetSyntheticBitFieldChild(index, index, true);
3280 root = root->GetSyntheticBitFieldChild(index_lower, index_higher, true);

Completed in 81 milliseconds