Home
last modified time | relevance | path

Searched defs:ThreadData (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h126 struct ThreadData { struct
137 ThreadElfCore(lldb_private::Process &process, const ThreadData &td); argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp59 struct ThreadData { struct
60 BufferQueue *BQ;
61 FunctionCallTrie::Allocators::Buffers Buffers;
62 FunctionCallTrie::Allocators Allocators;
63 FunctionCallTrie FCT;
64 tid_t TId;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h83 ThreadData, enumerator
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp417 MachOPlatformRuntimeState::getThreadDataSectionFor(const char *ThreadData) { in getThreadDataSectionFor()
562 void *MachOPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance()