Searched refs:apint (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 101 std::optional<llvm::APInt> apint = GetAPInt(data, &offset, byte_size); in DumpAPInt() local 102 if (apint) { in DumpAPInt() 103 std::string apint_str = toString(*apint, radix, is_signed); in DumpAPInt() 675 std::optional<llvm::APInt> apint = in DumpDataExtractor() local 677 if (apint) { in DumpDataExtractor() 678 llvm::APFloat apfloat(semantics, *apint); in DumpDataExtractor()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 2030 llvm::APInt apint(*size, uval64, is_signed); in ParseTemplateDIE() local 2032 name, clang::TemplateArgument(ast, llvm::APSInt(apint, !is_signed), in ParseTemplateDIE()
|