Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2601 const unsigned type_bits = ast.getIntWidth(qt); in ExtractIntFromFormValue() local
2611 if (type_bits > max_bit_size) { in ExtractIntFromFormValue()
2614 max_bit_size, type_bits); in ExtractIntFromFormValue()
2629 if (required_bits > type_bits) { in ExtractIntFromFormValue()
2636 value_as_str, type_bits); in ExtractIntFromFormValue()
2641 if (result.getBitWidth() > type_bits) in ExtractIntFromFormValue()
2642 result = result.trunc(type_bits); in ExtractIntFromFormValue()