Searched refs:ObjectFileJIT (Results 1 – 4 of 4) sorted by relevance
31 char ObjectFileJIT::ID;33 void ObjectFileJIT::Initialize() { in Initialize()39 void ObjectFileJIT::Terminate() { in Terminate()43 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance()54 ObjectFile *ObjectFileJIT::CreateMemoryInstance(const lldb::ModuleSP &module_sp, in CreateMemoryInstance()63 size_t ObjectFileJIT::GetModuleSpecifications( in GetModuleSpecifications()71 ObjectFileJIT::ObjectFileJIT(const lldb::ModuleSP &module_sp, in ObjectFileJIT() function in ObjectFileJIT81 ObjectFileJIT::~ObjectFileJIT() = default;83 bool ObjectFileJIT::ParseHeader() { in ParseHeader()88 ByteOrder ObjectFileJIT::GetByteOrder() const { return m_data.GetByteOrder(); } in GetByteOrder()[all …]
24 #include "lldb/Expression/ObjectFileJIT.h"1199 lldb_private::Module::CreateModuleFromObjectFile<ObjectFileJIT>(Delegate); in GetJITModule()
33 class ObjectFileJIT : public ObjectFile {35 ObjectFileJIT(const lldb::ModuleSP &module_sp,38 ~ObjectFileJIT() override;
242 SRCS+= Expression/ObjectFileJIT.cpp