OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_member_offsets
(Results
1 - 3
of
3
) sorted by null
/external/lldb/include/lldb/Expression/
ClangFunction.h
639
std::vector<uint64_t>
m_member_offsets
; ///< The offset of each member in the struct, in bytes.
member in class:lldb_private::ClangFunction
/external/lldb/source/Expression/
ASTStructExtractor.cpp
115
m_function.
m_member_offsets
.push_back(struct_layout->getFieldOffset(field_index) / 8);
ClangFunction.cpp
338
uint64_t first_offset =
m_member_offsets
[0];
356
uint64_t offset =
m_member_offsets
[i+1]; // Clang sizes are in bytes.
Completed in 34 milliseconds