Lines Matching refs:ObjectFileJSON
24 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()
163 void ObjectFileJSON::ParseSymtab(Symtab &symtab) { in ParseSymtab()
177 void ObjectFileJSON::CreateSections(SectionList &unified_section_list) { in CreateSections()
193 bool ObjectFileJSON::MagicBytesMatch(DataBufferSP data_sp, in MagicBytesMatch()
205 bool fromJSON(const json::Value &value, ObjectFileJSON::Header &header, in fromJSON()
212 bool fromJSON(const json::Value &value, ObjectFileJSON::Body &body, in fromJSON()