/external/llvm-project/lldb/unittests/ObjectFile/ELF/ |
D | TestObjectFileELF.cpp | 214 auto entry_point_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in TEST_F() 276 auto entry_point_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
D | ObjectFileJIT.h | 90 lldb_private::Address GetEntryPointAddress() override;
|
D | ObjectFileJIT.cpp | 186 lldb_private::Address ObjectFileJIT::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileJIT
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.h | 107 lldb_private::Address GetEntryPointAddress() override;
|
D | ObjectFileMachO.cpp | 5232 lldb_private::Address ObjectFileMachO::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileMachO
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanCallFunction.cpp | 67 llvm::Expected<Address> start_address = GetTarget().GetEntryPointAddress(); in ConstructorSetup()
|
D | Target.cpp | 2464 llvm::Expected<lldb_private::Address> Target::GetEntryPointAddress() { in GetEntryPointAddress() function in Target 2470 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress() 2482 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 471 virtual lldb_private::Address GetEntryPointAddress() { return Address(); } in GetEntryPointAddress() function
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.h | 123 lldb_private::Address GetEntryPointAddress() override;
|
D | ObjectFilePECOFF.cpp | 948 lldb_private::Address ObjectFilePECOFF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFilePECOFF
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.h | 134 lldb_private::Address GetEntryPointAddress() override;
|
D | ObjectFileELF.cpp | 872 lldb_private::Address ObjectFileELF::GetEntryPointAddress() { in GetEntryPointAddress() function in ObjectFileELF 2793 auto entry_point_addr = GetEntryPointAddress(); in GetSymtab()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
D | DynamicLoaderHexagonDYLD.cpp | 535 lldb_private::Address entry = object.GetEntryPointAddress(); in GetEntryPoint()
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
D | DynamicLoaderPOSIXDYLD.cpp | 615 Address file_entry = exe->GetEntryPointAddress(); in ComputeLoadOffset()
|
/external/llvm-project/lldb/source/API/ |
D | SBModule.cpp | 680 sb_addr.ref() = objfile_ptr->GetEntryPointAddress(); in GetObjectFileEntryPointAddress()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Target.h | 1152 llvm::Expected<lldb_private::Address> GetEntryPointAddress();
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectTarget.cpp | 2815 Address file_entry = objfile->GetEntryPointAddress(); in DoExecute()
|