Searched refs:GetEntryPointAddress (Results 1 – 12 of 12) sorted by relevance
90 lldb_private::Address GetEntryPointAddress() override;
186 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileJIT
67 llvm::Expected<Address> start_address = GetTarget().GetEntryPointAddress(); in ConstructorSetup()
2483 llvm::Expected<lldb_private::Address> Target::GetEntryPointAddress() { in GetEntryPointAddress() function in Target2489 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()2501 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()
471 virtual lldb_private::Address GetEntryPointAddress() { return Address(); } in GetEntryPointAddress() function
134 lldb_private::Address GetEntryPointAddress() override;
885 lldb_private::Address ObjectFileELF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileELF2809 auto entry_point_addr = GetEntryPointAddress(); in GetSymtab()
535 lldb_private::Address entry = object.GetEntryPointAddress(); in GetEntryPoint()
642 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset()
680 sb_addr.ref() = objfile_ptr->GetEntryPointAddress(); in GetObjectFileEntryPointAddress()
1174 llvm::Expected<lldb_private::Address> GetEntryPointAddress();
2746 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute()