Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1043 std::optional<size_t> opt_alignment = compiler_type.GetTypeBitAlign(target); in MaybeHandleVariable() local
1044 if (!opt_alignment) in MaybeHandleVariable()
1046 lldb::offset_t value_alignment = (*opt_alignment + 7ull) / 8ull; in MaybeHandleVariable()