Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp94 ObjectFile *image_object_file = module_sp->GetObjectFile(); in LoadAllImagesAtFileAddresses() local
95 if (image_object_file) { in LoadAllImagesAtFileAddresses()
96 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp326 ObjectFile *image_object_file = module_sp->GetObjectFile(); in ReadJITDescriptorImpl() local
327 if (image_object_file) { in ReadJITDescriptorImpl()
329 image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
363 ObjectFile *image_object_file = module_sp->GetObjectFile(); in ReadJITDescriptorImpl() local
364 if (image_object_file) { in ReadJITDescriptorImpl()
365 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()