|
LLDB mainline
|
#include "lldb/Utility/Scalar.h"#include "lldb/Utility/DataBufferHeap.h"#include "lldb/Utility/DataExtractor.h"#include "lldb/Utility/Endian.h"#include "lldb/Utility/Status.h"#include "lldb/Utility/Stream.h"#include "lldb/Utility/StreamString.h"#include "lldb/lldb-types.h"#include "llvm/ADT/APSInt.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringExtras.h"#include <cinttypes>#include <cstdio>Go to the source code of this file.
Functions | |
| static llvm::APInt | ToAPInt (const llvm::APFloat &f, unsigned bits, bool is_unsigned) |
|
static |
Definition at line 308 of file Scalar.cpp.
References lldb_private::bits().
Referenced by lldb_private::Scalar::GetAs(), lldb_private::Scalar::SInt128(), and lldb_private::Scalar::UInt128().