Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2854 const unsigned type_bits = ast.getIntWidth(qt); in ExtractIntFromFormValue() local
2864 if (type_bits > max_bit_size) { in ExtractIntFromFormValue()
2867 max_bit_size, type_bits); in ExtractIntFromFormValue()
2882 if (required_bits > type_bits) { in ExtractIntFromFormValue()
2889 value_as_str, type_bits); in ExtractIntFromFormValue()
2894 if (result.getBitWidth() > type_bits) in ExtractIntFromFormValue()
2895 result = result.trunc(type_bits); in ExtractIntFromFormValue()