Searched refs:target_modules (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp37 const ModuleList &target_modules = target.GetImages(); local
38 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
39 const size_t num_modules = target_modules.GetSize();
41 Module *module_pointer = target_modules.GetModulePointerAtIndexUnlocked(i);
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl384 TARGET_LIB_PATH = [+ FOR target_modules +][+
386 ENDFOR target_modules +]$(HOST_LIB_PATH_gcc)
387 [+ FOR target_modules +][+ IF lib_path +]
391 [+ ENDIF lib_path +][+ ENDFOR target_modules +]
507 FOR target_modules +] \
509 ENDFOR target_modules +]
540 [+ FOR target_modules +][+ IF bootstrap +]
544 ENDIF bootstrap +][+ ENDFOR target_modules +]
565 [+ FOR target_modules +]
566 [+make_target+]-target: maybe-[+make_target+]-target-[+module+][+ ENDFOR target_modules
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp441 const ModuleList &target_modules = m_target_sp->GetImages(); local
442 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
444 const size_t num_modules = target_modules.GetSize();
446 Module *module = target_modules.GetModulePointerAtIndexUnlocked(i);
570 const ModuleList &target_modules = m_target_sp->GetImages(); local
571 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
573 const size_t num_modules = target_modules.GetSize();
575 Module *module = target_modules.GetModulePointerAtIndexUnlocked(i);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp367 const ModuleList &target_modules = target.GetImages(); local
368 std::lock_guard<std::recursive_mutex> gaurd(target_modules.GetMutex());
370 size_t num_images = target_modules.GetSize();
372 ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i);
H A DAppleObjCTrampolineHandler.cpp456 const ModuleList &target_modules = target.GetImages(); local
457 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
458 size_t num_modules = target_modules.GetSize();
463 target_modules.GetModuleAtIndexUnlocked(i))) {
464 m_objc_module_sp = target_modules.GetModuleAtIndexUnlocked(i);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2263 const ModuleList &target_modules = target->GetImages(); variable
2264 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
2265 const size_t num_modules = target_modules.GetSize();
2275 target_modules.GetModulePointerAtIndexUnlocked(image_idx)))
2358 const ModuleList &target_modules = target->GetImages(); variable
2359 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
2360 const size_t num_modules = target_modules.GetSize();
2368 target_modules.GetModulePointerAtIndexUnlocked(i),
3868 const ModuleList &target_modules = target->GetImages(); variable
3869 std::lock_guard<std::recursive_mutex> guard(target_modules
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2965 const ModuleList &target_modules = GetTarget().GetImages();
2966 std::lock_guard<std::recursive_mutex> guard(target_modules.GetMutex());
2967 size_t num_modules = target_modules.GetSize();
2971 ModuleSP module_sp(target_modules.GetModuleAtIndexUnlocked(i));

Completed in 123 milliseconds