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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp41 Module *module_pointer = target_modules.GetModulePointerAtIndexUnlocked(i);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h238 GetModulePointerAtIndexUnlocked (size_t idx) const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/
H A DAddressSanitizerRuntime.cpp105 Module *module_pointer = module_list.GetModulePointerAtIndexUnlocked(i);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp427 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i);
587 Module* module = target_modules.GetModulePointerAtIndexUnlocked(i);
H A DModuleList.cpp328 return GetModulePointerAtIndexUnlocked(idx);
332 ModuleList::GetModulePointerAtIndexUnlocked (size_t idx) const function in class:ModuleList
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Go/
H A DOperatingSystemGo.cpp205 Module *module = module_list.GetModulePointerAtIndexUnlocked(i);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2268 target->GetImages().GetModulePointerAtIndexUnlocked(image_idx),
2496 if (DumpModuleSymbolVendor (result.GetOutputStream(), target_modules.GetModulePointerAtIndexUnlocked(image_idx)))
2602 target_modules.GetModulePointerAtIndexUnlocked(i),
4225 Module *module_pointer = target_modules.GetModulePointerAtIndexUnlocked(i);
4228 LookupInModule (m_interpreter, target_modules.GetModulePointerAtIndexUnlocked(i), result, syntax_error))

Completed in 132 milliseconds