Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2818 const unsigned type_bits = ast.getIntWidth(qt); in ExtractIntFromFormValue() local
2828 if (type_bits > max_bit_size) { in ExtractIntFromFormValue()
2831 max_bit_size, type_bits); in ExtractIntFromFormValue()
2846 if (required_bits > type_bits) { in ExtractIntFromFormValue()
2853 value_as_str, type_bits); in ExtractIntFromFormValue()
2858 if (result.getBitWidth() > type_bits) in ExtractIntFromFormValue()
2859 result = result.trunc(type_bits); in ExtractIntFromFormValue()