Lines Matching refs:ObjectFileJIT

43 void ObjectFileJIT::Initialize() {  in Initialize()
49 void ObjectFileJIT::Terminate() { in Terminate()
53 lldb_private::ConstString ObjectFileJIT::GetPluginNameStatic() { in GetPluginNameStatic()
58 const char *ObjectFileJIT::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
62 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance()
73 ObjectFile *ObjectFileJIT::CreateMemoryInstance(const lldb::ModuleSP &module_sp, in CreateMemoryInstance()
82 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications()
90 ObjectFileJIT::ObjectFileJIT(const lldb::ModuleSP &module_sp, in ObjectFileJIT() function in ObjectFileJIT
100 ObjectFileJIT::~ObjectFileJIT() {} in ~ObjectFileJIT()
102 bool ObjectFileJIT::ParseHeader() { in ParseHeader()
107 ByteOrder ObjectFileJIT::GetByteOrder() const { return m_data.GetByteOrder(); } in GetByteOrder()
109 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable()
111 uint32_t ObjectFileJIT::GetAddressByteSize() const { in GetAddressByteSize()
115 Symtab *ObjectFileJIT::GetSymtab() { in GetSymtab()
133 bool ObjectFileJIT::IsStripped() { in IsStripped()
137 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections()
148 void ObjectFileJIT::Dump(Stream *s) { in Dump()
170 bool ObjectFileJIT::GetUUID(lldb_private::UUID *uuid) { in GetUUID()
175 uint32_t ObjectFileJIT::GetDependentModules(FileSpecList &files) { in GetDependentModules()
182 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { in GetEntryPointAddress()
186 lldb_private::Address ObjectFileJIT::GetBaseAddress() { return Address(); } in GetBaseAddress()
188 ObjectFile::Type ObjectFileJIT::CalculateType() { return eTypeJIT; } in CalculateType()
190 ObjectFile::Strata ObjectFileJIT::CalculateStrata() { return eStrataJIT; } in CalculateStrata()
192 ArchSpec ObjectFileJIT::GetArchitecture() { in GetArchitecture()
201 lldb_private::ConstString ObjectFileJIT::GetPluginName() { in GetPluginName()
205 uint32_t ObjectFileJIT::GetPluginVersion() { return 1; } in GetPluginVersion()
207 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress()
229 size_t ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData()
246 size_t ObjectFileJIT::ReadSectionData( in ReadSectionData()