LLDB mainline
Functions
ValueObjectPrinter.cpp File Reference
#include "lldb/DataFormatters/ValueObjectPrinter.h"
#include "lldb/Core/ValueObject.h"
#include "lldb/DataFormatters/DataVisualization.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Target/Language.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/Stream.h"

Go to the source code of this file.

Functions

static bool IsPointerValue (const CompilerType &type)
 
static constexpr size_t PhysicalIndexForLogicalIndex (size_t base, size_t stride, size_t logical)
 

Function Documentation

◆ IsPointerValue()

static bool IsPointerValue ( const CompilerType type)
static

◆ PhysicalIndexForLogicalIndex()

static constexpr size_t PhysicalIndexForLogicalIndex ( size_t  base,
size_t  stride,
size_t  logical 
)
staticconstexpr