Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h90 lldb_private::Address GetEntryPointAddress() override;
H A DObjectFileJIT.cpp182 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileJIT
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h545 virtual lldb_private::Address GetEntryPointAddress() { return Address(); } in GetEntryPointAddress() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp91 m_start_addr = objectFile->GetEntryPointAddress(); in ConstructorSetup()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h135 lldb_private::Address GetEntryPointAddress() override;
H A DObjectFileELF.cpp1034 lldb_private::Address ObjectFileELF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileELF
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp536 lldb_private::Address entry = object.GetEntryPointAddress(); in GetEntryPoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModule.cpp600 sb_addr.ref() = objfile_ptr->GetEntryPointAddress(); in GetObjectFileEntryPointAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp616 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2858 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute()