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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h86 /// ThreadData - Initialized TLS data objects.
87 ThreadData, enumerator in enum:llvm::SectionKind::Kind
158 return K == ThreadData || K == ThreadBSS || K == ThreadBSSLocal;
162 bool isThreadData() const { return K == ThreadData; }
207 static SectionKind getThreadData() { return get(ThreadData); }
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h126 struct ThreadData { struct
138 ThreadElfCore(lldb_private::Process &process, const ThreadData &td);
H A DProcessElfCore.h28 struct ThreadData;
137 std::vector<ThreadData> m_thread_data;
H A DProcessElfCore.cpp288 const ThreadData &td = m_thread_data[tid];
468 static void ParseFreeBSDPrStatus(ThreadData &thread_data,
560 static void ParseOpenBSDProcInfo(ThreadData &thread_data,
601 ThreadData thread_data;
611 thread_data = ThreadData();
671 ThreadData thread_data;
709 thread_data = ThreadData();
735 thread_data = ThreadData();
761 thread_data = ThreadData();
831 ThreadData thread_dat
[all...]
H A DThreadElfCore.cpp52 ThreadElfCore::ThreadElfCore(Process &process, const ThreadData &td)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp125 /// Returns the base address of the section containing ThreadData.
127 getThreadDataSectionFor(const char *ThreadData);
285 ELFNixPlatformRuntimeState::getThreadDataSectionFor(const char *ThreadData) { argument
287 auto I = ThreadDataSections.upper_bound(ThreadData);
292 if (ThreadData >= I->first + I->second)
432 void *getInstance(const char *ThreadData);
439 void *ELFNixPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { argument
440 auto I = Instances.find(ThreadData);
444 ELFNixPlatformRuntimeState::get().getThreadDataSectionFor(ThreadData);
455 size_t ThreadDataDelta = ThreadData
[all...]
H A Dmacho_platform.cpp341 /// Returns the base address of the section containing ThreadData.
343 getThreadDataSectionFor(const char *ThreadData);
880 MachOPlatformRuntimeState::getThreadDataSectionFor(const char *ThreadData) { argument
882 auto I = ThreadDataSections.upper_bound(ThreadData);
887 if (ThreadData >= I->first + I->second)
1292 void *getInstance(const char *ThreadData);
1299 void *MachOPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { argument
1300 auto I = Instances.find(ThreadData);
1305 MachOPlatformRuntimeState::get().getThreadDataSectionFor(ThreadData);
1317 size_t ThreadDataDelta = ThreadData
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp59 struct ThreadData { struct in namespace:__xray::profileCollectorService::__anon2582
67 using ThreadDataArray = Array<ThreadData>;
71 // by the ThreadData array. This lets us host the buffers, allocators, and tries

Completed in 228 milliseconds