LLDB mainline
ObjectFile.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
namespace  llvm::json

Functions

static ObjectFileSP CreateObjectFromContainer (const lldb::ModuleSP &module_sp, const FileSpec *file, lldb::offset_t file_offset, lldb::offset_t file_size, DataBufferSP data_sp, lldb::offset_t &data_offset)
bool llvm::json::fromJSON (const llvm::json::Value &value, lldb_private::ObjectFile::Type &, llvm::json::Path path)

Function Documentation

◆ CreateObjectFromContainer()

ObjectFileSP CreateObjectFromContainer ( const lldb::ModuleSP & module_sp,
const FileSpec * file,
lldb::offset_t file_offset,
lldb::offset_t file_size,
DataBufferSP data_sp,
lldb::offset_t & data_offset )
static