Lines Matching refs:ObjectFileWasm
33 LLDB_PLUGIN_DEFINE(ObjectFileWasm)
79 char ObjectFileWasm::ID;
81 void ObjectFileWasm::Initialize() { in Initialize()
87 void ObjectFileWasm::Terminate() { in Terminate()
92 ObjectFileWasm::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
127 std::unique_ptr<ObjectFileWasm> objfile_up(new ObjectFileWasm( in CreateInstance()
144 ObjectFile *ObjectFileWasm::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance()
151 std::unique_ptr<ObjectFileWasm> objfile_up( in CreateMemoryInstance()
152 new ObjectFileWasm(module_sp, data_sp, process_sp, header_addr)); in CreateMemoryInstance()
159 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection()
208 bool ObjectFileWasm::DecodeSections() { in DecodeSections()
219 size_t ObjectFileWasm::GetModuleSpecifications( in GetModuleSpecifications()
231 ObjectFileWasm::ObjectFileWasm(const ModuleSP &module_sp, DataBufferSP data_sp, in ObjectFileWasm() function in ObjectFileWasm
239 ObjectFileWasm::ObjectFileWasm(const lldb::ModuleSP &module_sp, in ObjectFileWasm() function in ObjectFileWasm
246 bool ObjectFileWasm::ParseHeader() { in ParseHeader()
251 void ObjectFileWasm::ParseSymtab(Symtab &symtab) {} in ParseSymtab()
290 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections()
346 bool ObjectFileWasm::SetLoadAddress(Target &target, lldb::addr_t load_address, in SetLoadAddress()
390 DataExtractor ObjectFileWasm::ReadImageData(offset_t offset, uint32_t size) { in ReadImageData()
416 std::optional<FileSpec> ObjectFileWasm::GetExternalDebugInfoFileSpec() { in GetExternalDebugInfoFileSpec()
434 void ObjectFileWasm::Dump(Stream *s) { in Dump()
459 void ObjectFileWasm::DumpSectionHeader(llvm::raw_ostream &ostream, in DumpSectionHeader()
467 void ObjectFileWasm::DumpSectionHeaders(llvm::raw_ostream &ostream) { in DumpSectionHeaders()
476 ObjectFileWasm::DumpSectionHeader(ostream, *pos); in DumpSectionHeaders()