Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDObjectFileJIT.h107 lldb_private::Address GetEntryPointAddress() override;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDObjectFileJIT.cpp152 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileJIT
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDObjectFile.h470 virtual lldb_private::Address GetEntryPointAddress() { return Address(); } in GetEntryPointAddress() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h135 lldb_private::Address GetEntryPointAddress() override;
HDObjectFileELF.cpp934 lldb_private::Address ObjectFileELF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileELF
3069 auto entry_point_addr = GetEntryPointAddress(); in ParseSymtab()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanCallFunction.cpp68 llvm::Expected<Address> start_address = GetTarget().GetEntryPointAddress(); in ConstructorSetup()
HDTarget.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-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp521 lldb_private::Address entry = object.GetEntryPointAddress(); in GetEntryPoint()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBModule.cpp657 sb_addr.ref() = objfile_ptr->GetEntryPointAddress(); in GetObjectFileEntryPointAddress()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.cpp700 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h1279 llvm::Expected<lldb_private::Address> GetEntryPointAddress();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp3017 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute()