Searched refs:GetEntryPointAddress (Results 1 – 12 of 12) sorted by relevance
107 lldb_private::Address GetEntryPointAddress() override;
152 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { in GetDependentModules() 156 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { GetEntryPointAddress() function in ObjectFileJIT
470 virtual lldb_private::Address GetEntryPointAddress() { return Address(); } in GetEntryPointAddress() function
68 llvm::Expected<Address> start_address = GetTarget().GetEntryPointAddress(); in ConstructorSetup()
2762 llvm::Expected<lldb_private::Address> Target::GetEntryPointAddress() { in GetEntryPointAddress() function in Target2768 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()2780 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()
135 lldb_private::Address GetEntryPointAddress() override;
934 lldb_private::Address ObjectFileELF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileELF3069 auto entry_point_addr = GetEntryPointAddress(); in ParseSymtab()
521 lldb_private::Address entry = object.GetEntryPointAddress(); in GetEntryPoint()
657 sb_addr.ref() = objfile_ptr->GetEntryPointAddress(); in GetObjectFileEntryPointAddress()
700 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset()
1279 llvm::Expected<lldb_private::Address> GetEntryPointAddress();
3017 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute()