Home
last modified time | relevance | path

Searched refs:struct_layout (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp88 const ASTRecordLayout *struct_layout( in ExtractFromFunctionDecl() local
91 if (!struct_layout) in ExtractFromFunctionDecl()
95 struct_layout->getSize() in ExtractFromFunctionDecl()
98 struct_layout->getFieldOffset(struct_layout->getFieldCount() - 1) / 8; in ExtractFromFunctionDecl()
100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
102 for (unsigned field_index = 0, num_fields = struct_layout->getFieldCount(); in ExtractFromFunctionDecl()
105 struct_layout->getFieldOffset(field_index) / 8); in ExtractFromFunctionDecl()