Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h82 struct ThreadData { struct
83 lldb_private::DataExtractor gpregset;
84 std::vector<lldb_private::CoreNote> notes;
85 lldb::tid_t tid;
86 std::string name;
87 llvm::StringRef siginfo_bytes;
88 int prstatus_sig = 0;
89 int signo = 0;
/freebsd/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/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h87 ThreadData, enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp376 ELFNixPlatformRuntimeState::getThreadDataSectionFor(const char *ThreadData) { in getThreadDataSectionFor()
625 void *ELFNixPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance()
H A Dmacho_platform.cpp824 MachOPlatformRuntimeState::getThreadDataSectionFor(const char *ThreadData) { in getThreadDataSectionFor()
1309 void *MachOPlatformRuntimeTLVManager::getInstance(const char *ThreadData) { in getInstance()