Home
last modified time | relevance | path

Searched refs:GetEntryPointAddress (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h107 lldb_private::Address GetEntryPointAddress() override;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp152 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { in GetDependentModules()
156 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { GetEntryPointAddress() function in ObjectFileJIT
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h470 virtual lldb_private::Address GetEntryPointAddress() { return Address(); } in GetEntryPointAddress() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp68 llvm::Expected<Address> start_address = GetTarget().GetEntryPointAddress(); in ConstructorSetup()
H A DTarget.cpp2762 llvm::Expected<lldb_private::Address> Target::GetEntryPointAddress() { in GetEntryPointAddress() function in Target
2768 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()
2780 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h135 lldb_private::Address GetEntryPointAddress() override;
H A DObjectFileELF.cpp934 lldb_private::Address ObjectFileELF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileELF
3069 auto entry_point_addr = GetEntryPointAddress(); in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp521 lldb_private::Address entry = object.GetEntryPointAddress(); in GetEntryPoint()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModule.cpp657 sb_addr.ref() = objfile_ptr->GetEntryPointAddress(); in GetObjectFileEntryPointAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp700 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1279 llvm::Expected<lldb_private::Address> GetEntryPointAddress();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3017 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute()