Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp89 const ASTRecordLayout *struct_layout( in ExtractFromFunctionDecl() local
92 if (!struct_layout) in ExtractFromFunctionDecl()
96 struct_layout->getSize() in ExtractFromFunctionDecl()
99 struct_layout->getFieldOffset(struct_layout->getFieldCount() - 1) / 8; in ExtractFromFunctionDecl()
101 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
103 for (unsigned field_index = 0, num_fields = struct_layout->getFieldCount(); in ExtractFromFunctionDecl()
106 struct_layout->getFieldOffset(field_index) / 8); in ExtractFromFunctionDecl()
H A DIRForTarget.cpp1290 const StructLayout *struct_layout = in MaterializeInitializer() local
1294 if (!MaterializeInitializer(data + struct_layout->getElementOffset(i), in MaterializeInitializer()