Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1402 static bool ImportOffsetMap(llvm::DenseMap<const D *, O> &destination_map, in ImportOffsetMap() function
1540 if (!ImportOffsetMap(field_offsets, origin_field_offsets, *this) || in layoutRecordType()
1541 !ImportOffsetMap(base_offsets, origin_base_offsets, *this) || in layoutRecordType()
1542 !ImportOffsetMap(virtual_base_offsets, origin_virtual_base_offsets, in layoutRecordType()