Searched refs:GetEntryPointAddress (Results 1 – 16 of 16) sorted by relevance
92 lldb_private::Address GetEntryPointAddress() override;
165 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileJIT
487 virtual lldb_private::Address GetEntryPointAddress() { return Address(); } in GetEntryPointAddress() function
115 lldb_private::Address GetEntryPointAddress() override;
5217 lldb_private::Address ObjectFileMachO::GetEntryPointAddress() {
131 lldb_private::Address GetEntryPointAddress() override;
1157 lldb_private::Address ObjectFilePECOFF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFilePECOFF
68 llvm::Expected<Address> start_address = GetTarget().GetEntryPointAddress(); in ConstructorSetup()
2658 llvm::Expected<lldb_private::Address> Target::GetEntryPointAddress() { in GetEntryPointAddress() function in Target2664 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()2676 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()
135 lldb_private::Address GetEntryPointAddress() override;
908 lldb_private::Address ObjectFileELF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileELF2888 auto entry_point_addr = GetEntryPointAddress(); in ParseSymtab()
525 lldb_private::Address entry = object.GetEntryPointAddress(); in GetEntryPoint()
663 sb_addr.ref() = objfile_ptr->GetEntryPointAddress(); in GetObjectFileEntryPointAddress()
689 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset()
1242 llvm::Expected<lldb_private::Address> GetEntryPointAddress();
2804 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute()