Lines Matching refs:ObjectFileWasm
31 LLDB_PLUGIN_DEFINE(ObjectFileWasm)
77 char ObjectFileWasm::ID;
79 void ObjectFileWasm::Initialize() { in Initialize()
85 void ObjectFileWasm::Terminate() { in Terminate()
89 ConstString ObjectFileWasm::GetPluginNameStatic() { in GetPluginNameStatic()
95 ObjectFileWasm::CreateInstance(const ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance()
130 std::unique_ptr<ObjectFileWasm> objfile_up(new ObjectFileWasm( in CreateInstance()
147 ObjectFile *ObjectFileWasm::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance()
154 std::unique_ptr<ObjectFileWasm> objfile_up( in CreateMemoryInstance()
155 new ObjectFileWasm(module_sp, data_sp, process_sp, header_addr)); in CreateMemoryInstance()
162 bool ObjectFileWasm::DecodeNextSection(lldb::offset_t *offset_ptr) { in DecodeNextSection()
211 bool ObjectFileWasm::DecodeSections() { in DecodeSections()
222 size_t ObjectFileWasm::GetModuleSpecifications( in GetModuleSpecifications()
234 ObjectFileWasm::ObjectFileWasm(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFileWasm() function in ObjectFileWasm
242 ObjectFileWasm::ObjectFileWasm(const lldb::ModuleSP &module_sp, in ObjectFileWasm() function in ObjectFileWasm
249 bool ObjectFileWasm::ParseHeader() { in ParseHeader()
254 Symtab *ObjectFileWasm::GetSymtab() { return nullptr; } in GetSymtab()
256 void ObjectFileWasm::CreateSections(SectionList &unified_section_list) { in CreateSections()
334 bool ObjectFileWasm::SetLoadAddress(Target &target, lldb::addr_t load_address, in SetLoadAddress()
378 DataExtractor ObjectFileWasm::ReadImageData(offset_t offset, uint32_t size) { in ReadImageData()
404 llvm::Optional<FileSpec> ObjectFileWasm::GetExternalDebugInfoFileSpec() { in GetExternalDebugInfoFileSpec()
422 void ObjectFileWasm::Dump(Stream *s) { in Dump()
447 void ObjectFileWasm::DumpSectionHeader(llvm::raw_ostream &ostream, in DumpSectionHeader()
455 void ObjectFileWasm::DumpSectionHeaders(llvm::raw_ostream &ostream) { in DumpSectionHeaders()
464 ObjectFileWasm::DumpSectionHeader(ostream, *pos); in DumpSectionHeaders()