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
68 llvm::Expected<Address> start_address = GetTarget().GetEntryPointAddress(); in ConstructorSetup()
2939 llvm::Expected<lldb_private::Address> Target::GetEntryPointAddress() { in GetEntryPointAddress() function in Target2945 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()2957 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()
476 virtual lldb_private::Address GetEntryPointAddress() { return Address(); } in GetEntryPointAddress() function
135 lldb_private::Address GetEntryPointAddress() override;
944 lldb_private::Address ObjectFileELF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileELF3046 auto entry_point_addr = GetEntryPointAddress(); in ParseSymtab()
519 lldb_private::Address entry = object.GetEntryPointAddress(); in GetEntryPoint()
657 sb_addr.ref() = objfile_ptr->GetEntryPointAddress(); in GetObjectFileEntryPointAddress()
755 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset()
1325 llvm::Expected<lldb_private::Address> GetEntryPointAddress();
3045 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute()