Home
last modified time | relevance | path

Searched refs:GetModuleAtIndexUnlocked (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp80 ModuleSP module_sp(module_list.GetModuleAtIndexUnlocked(idx)); in LoadAllImagesAtFileAddresses()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp90 ModuleSP module_sp(module_list.GetModuleAtIndexUnlocked(idx)); in LoadAllImagesAtFileAddresses()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp93 ModuleSP module_sp(module_list.GetModuleAtIndexUnlocked(idx)); in LoadAllImagesAtFileAddresses()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DSearchFilter.cpp235 ModuleSP module_sp(modules.GetModuleAtIndexUnlocked(i)); in SearchInModuleList()
272 ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked(i)); in DoModuleIteration()
761 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i); in Search()
H A DModuleList.cpp359 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()
362 ModuleSP ModuleList::GetModuleAtIndexUnlocked(size_t idx) const { in GetModuleAtIndexUnlocked() function in ModuleList
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DSearchFilter.cpp235 ModuleSP module_sp(modules.GetModuleAtIndexUnlocked(i)); in SearchInModuleList()
272 ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked(i)); in DoModuleIteration()
761 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i); in Search()
H A DModuleList.cpp344 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()
347 ModuleSP ModuleList::GetModuleAtIndexUnlocked(size_t idx) const { in GetModuleAtIndexUnlocked() function in ModuleList
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp235 ModuleSP module_sp(modules.GetModuleAtIndexUnlocked(i)); in SearchInModuleList()
272 ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked(i)); in DoModuleIteration()
777 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i); in Search()
H A DModuleList.cpp319 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()
322 ModuleSP ModuleList::GetModuleAtIndexUnlocked(size_t idx) const { in GetModuleAtIndexUnlocked() function in ModuleList
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h212 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DModuleList.h226 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Core/
H A DModuleList.h220 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DModuleList.h226 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h226 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Core/
H A DModuleList.h227 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DModuleList.h226 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DModuleList.h226 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Core/
H A DModuleList.h226 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DModuleList.h226 lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp462 target_modules.GetModuleAtIndexUnlocked(i))) { in InitializeVTableSymbols()
463 m_objc_module_sp = target_modules.GetModuleAtIndexUnlocked(i); in InitializeVTableSymbols()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp463 target_modules.GetModuleAtIndexUnlocked(i))) { in InitializeVTableSymbols()
464 m_objc_module_sp = target_modules.GetModuleAtIndexUnlocked(i); in InitializeVTableSymbols()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp462 target_modules.GetModuleAtIndexUnlocked(i))) { in InitializeVTableSymbols()
463 m_objc_module_sp = target_modules.GetModuleAtIndexUnlocked(i); in InitializeVTableSymbols()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DModuleList.cpp355 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()
358 ModuleSP ModuleList::GetModuleAtIndexUnlocked(size_t idx) const { in GetModuleAtIndexUnlocked() function in ModuleList
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DModuleList.cpp356 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()
359 ModuleSP ModuleList::GetModuleAtIndexUnlocked(size_t idx) const { in GetModuleAtIndexUnlocked() function in ModuleList
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DModuleList.cpp355 return GetModuleAtIndexUnlocked(idx); in GetModuleAtIndex()
358 ModuleSP ModuleList::GetModuleAtIndexUnlocked(size_t idx) const { in GetModuleAtIndexUnlocked() function in ModuleList

123