Home
last modified time | relevance | path

Searched refs:ObjectFileJSON (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.cpp24 LLDB_PLUGIN_DEFINE(ObjectFileJSON)
26 char ObjectFileJSON::ID;
28 void ObjectFileJSON::Initialize() { in Initialize()
34 void ObjectFileJSON::Terminate() { in Terminate()
39 ObjectFileJSON::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
92 return new ObjectFileJSON(module_sp, data_sp, data_offset, file, file_offset, in CreateInstance()
97 ObjectFile *ObjectFileJSON::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance()
104 size_t ObjectFileJSON::GetModuleSpecifications( in GetModuleSpecifications()
148 ObjectFileJSON::ObjectFileJSON(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFileJSON() function in ObjectFileJSON
158 bool ObjectFileJSON::ParseHeader() { in ParseHeader()
[all …]
H A DObjectFileJSON.h18 class ObjectFileJSON : public ObjectFile {
111 ObjectFileJSON(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
118 bool fromJSON(const llvm::json::Value &value, ObjectFileJSON::Header &header,
121 bool fromJSON(const llvm::json::Value &value, ObjectFileJSON::Body &body,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/JSON/
H A DSymbolFileJSON.cpp59 if (!m_objfile_sp || !llvm::isa<ObjectFileJSON>(*m_objfile_sp)) in CalculateAbilities()