Lines Matching refs:ObjectFileWasm
32 LLDB_PLUGIN_DEFINE(ObjectFileWasm)
78 char ObjectFileWasm::ID;
80 void ObjectFileWasm::Initialize() { in Initialize()
86 void ObjectFileWasm::Terminate() { in Terminate()
91 ObjectFileWasm::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance()
126 std::unique_ptr<ObjectFileWasm> objfile_up(new ObjectFileWasm( in CreateInstance()
143 ObjectFile *ObjectFileWasm::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance()
150 std::unique_ptr<ObjectFileWasm> objfile_up( in CreateMemoryInstance()
151 new ObjectFileWasm(module_sp, data_sp, process_sp, header_addr)); in CreateMemoryInstance()
158 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection()
207 bool ObjectFileWasm::DecodeSections() { in DecodeSections()
218 size_t ObjectFileWasm::GetModuleSpecifications( in GetModuleSpecifications()
230 ObjectFileWasm::ObjectFileWasm(const ModuleSP &module_sp, DataBufferSP data_sp, in ObjectFileWasm() function in ObjectFileWasm
238 ObjectFileWasm::ObjectFileWasm(const lldb::ModuleSP &module_sp, in ObjectFileWasm() function in ObjectFileWasm
245 bool ObjectFileWasm::ParseHeader() { in ParseHeader()
250 void ObjectFileWasm::ParseSymtab(Symtab &symtab) {} in ParseSymtab()
289 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections()
345 bool ObjectFileWasm::SetLoadAddress(Target &target, lldb::addr_t load_address, in SetLoadAddress()
389 DataExtractor ObjectFileWasm::ReadImageData(offset_t offset, uint32_t size) { in ReadImageData()
415 llvm::Optional<FileSpec> ObjectFileWasm::GetExternalDebugInfoFileSpec() { in GetExternalDebugInfoFileSpec()
433 void ObjectFileWasm::Dump(Stream *s) { in Dump()
458 void ObjectFileWasm::DumpSectionHeader(llvm::raw_ostream &ostream, in DumpSectionHeader()
466 void ObjectFileWasm::DumpSectionHeaders(llvm::raw_ostream &ostream) { in DumpSectionHeaders()
475 ObjectFileWasm::DumpSectionHeader(ostream, *pos); in DumpSectionHeaders()