LLDB mainline
Namespaces | Functions
ObjectFile.cpp File Reference
#include "lldb/Symbol/ObjectFile.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/ModuleSpec.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Core/Section.h"
#include "lldb/Symbol/CallFrameInfo.h"
#include "lldb/Symbol/ObjectContainer.h"
#include "lldb/Symbol/SymbolFile.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/SectionLoadList.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/DataBuffer.h"
#include "lldb/Utility/DataBufferHeap.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Timer.h"
#include "lldb/lldb-private.h"
#include "llvm/Support/DJB.h"

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()

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 
)
static