Lines Matching refs:ObjectFileJIT

42 char ObjectFileJIT::ID;
44 void ObjectFileJIT::Initialize() { in Initialize()
50 void ObjectFileJIT::Terminate() { in Terminate()
54 lldb_private::ConstString ObjectFileJIT::GetPluginNameStatic() { in GetPluginNameStatic()
59 const char *ObjectFileJIT::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
63 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance()
74 ObjectFile *ObjectFileJIT::CreateMemoryInstance(const lldb::ModuleSP &module_sp, in CreateMemoryInstance()
83 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications()
91 ObjectFileJIT::ObjectFileJIT(const lldb::ModuleSP &module_sp, in ObjectFileJIT() function in ObjectFileJIT
101 ObjectFileJIT::~ObjectFileJIT() {} in ~ObjectFileJIT()
103 bool ObjectFileJIT::ParseHeader() { in ParseHeader()
108 ByteOrder ObjectFileJIT::GetByteOrder() const { return m_data.GetByteOrder(); } in GetByteOrder()
110 bool ObjectFileJIT::IsExecutable() const { return false; } in IsExecutable()
112 uint32_t ObjectFileJIT::GetAddressByteSize() const { in GetAddressByteSize()
116 Symtab *ObjectFileJIT::GetSymtab() { in GetSymtab()
134 bool ObjectFileJIT::IsStripped() { in IsStripped()
138 void ObjectFileJIT::CreateSections(SectionList &unified_section_list) { in CreateSections()
149 void ObjectFileJIT::Dump(Stream *s) { in Dump()
171 UUID ObjectFileJIT::GetUUID() { in GetUUID()
176 uint32_t ObjectFileJIT::GetDependentModules(FileSpecList &files) { in GetDependentModules()
183 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { in GetEntryPointAddress()
187 lldb_private::Address ObjectFileJIT::GetBaseAddress() { return Address(); } in GetBaseAddress()
189 ObjectFile::Type ObjectFileJIT::CalculateType() { return eTypeJIT; } in CalculateType()
191 ObjectFile::Strata ObjectFileJIT::CalculateStrata() { return eStrataJIT; } in CalculateStrata()
193 ArchSpec ObjectFileJIT::GetArchitecture() { in GetArchitecture()
200 lldb_private::ConstString ObjectFileJIT::GetPluginName() { in GetPluginName()
204 uint32_t ObjectFileJIT::GetPluginVersion() { return 1; } in GetPluginVersion()
206 bool ObjectFileJIT::SetLoadAddress(Target &target, lldb::addr_t value, in SetLoadAddress()
228 size_t ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData()
245 size_t ObjectFileJIT::ReadSectionData( in ReadSectionData()