Searched refs:ImportOffsetMap (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangASTSource.cpp | 1579 ImportOffsetMap(llvm::DenseMap<const D *, O> &destination_map, llvm::DenseMap<const D *, O> &source… in ImportOffsetMap() function 1711 if (!ImportOffsetMap(field_offsets, origin_field_offsets, m_ast_importer, parser_ast_context) || in layoutRecordType() 1712 !ImportOffsetMap(base_offsets, origin_base_offsets, m_ast_importer, parser_ast_context) || in layoutRecordType() 1713 …!ImportOffsetMap(virtual_base_offsets, origin_virtual_base_offsets, m_ast_importer, parser_ast_con… in layoutRecordType()
|