Home
last modified time | relevance | path

Searched refs:image_object_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp98 ObjectFile *image_object_file = module_sp->GetObjectFile(); in LoadAllImagesAtFileAddresses() local
99 if (image_object_file) { in LoadAllImagesAtFileAddresses()
100 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp341 if (auto image_object_file = in ReadJITDescriptorImpl() local
343 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
377 ObjectFile *image_object_file = module_sp->GetObjectFile(); in ReadJITDescriptorImpl() local
378 if (image_object_file) { in ReadJITDescriptorImpl()
379 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()