Searched refs:word_width (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2586 const uint64_t word_width = 32; local
2658 if (last_field_end != 0 && ((last_field_end % word_width) != 0))
2659 last_field_end += word_width - (last_field_end % word_width);
2677 word_width),

Completed in 157 milliseconds