Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1420 static bool ImportOffsetMap(llvm::DenseMap<const D *, O> &destination_map, in ImportOffsetMap() function
1558 if (!ImportOffsetMap(field_offsets, origin_field_offsets, *this) || in layoutRecordType()
1559 !ImportOffsetMap(base_offsets, origin_base_offsets, *this) || in layoutRecordType()
1560 !ImportOffsetMap(virtual_base_offsets, origin_virtual_base_offsets, in layoutRecordType()