Searched refs:GetThreadLocalData (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h45 lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
H A DDynamicLoaderHexagonDYLD.cpp564 DynamicLoaderHexagonDYLD::GetThreadLocalData(const lldb::ModuleSP module, function in class:DynamicLoaderHexagonDYLD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h51 lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
H A DDynamicLoaderPOSIXDYLD.cpp656 DynamicLoaderPOSIXDYLD::GetThreadLocalData(const lldb::ModuleSP module_sp, function in class:DynamicLoaderPOSIXDYLD
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h203 virtual lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module, function in class:lldb_private::DynamicLoader
H A DThread.h541 virtual lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1820 addr_t Thread::GetThreadLocalData(const ModuleSP module, function in class:Thread
1826 return loader->GetThreadLocalData(module, shared_from_this(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2465 thread->GetThreadLocalData(module_sp, tls_file_addr);

Completed in 140 milliseconds