Searched refs:GetEntryPointAddress (Results 1 – 12 of 12) sorted by relevance
107 lldb_private::Address GetEntryPointAddress() override;
152 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileJIT
469 virtual lldb_private::Address GetEntryPointAddress() { return Address(); } in GetEntryPointAddress() function
68 llvm::Expected<Address> start_address = GetTarget().GetEntryPointAddress(); in ConstructorSetup()
2772 llvm::Expected<lldb_private::Address> Target::GetEntryPointAddress() { in GetEntryPointAddress() function in Target2778 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()2790 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()
135 lldb_private::Address GetEntryPointAddress() override;
920 lldb_private::Address ObjectFileELF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileELF2979 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()
680 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset()
1266 llvm::Expected<lldb_private::Address> GetEntryPointAddress();
3093 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute()