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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp83 ObjectFile *image_object_file = module_sp->GetObjectFile(); local
84 if (image_object_file) {
85 SectionList *section_list = image_object_file->GetSectionList();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp342 if (auto image_object_file =
344 const SectionList *section_list = image_object_file->GetSectionList();
378 ObjectFile *image_object_file = module_sp->GetObjectFile(); local
379 if (image_object_file) {
380 const SectionList *section_list = image_object_file->GetSectionList();

Completed in 57 milliseconds