/llvm-project/lldb/source/API/ |
H A D | SBProcessInfo.cpp | 89 uint32_t user_id = UINT32_MAX; in GetUserID() local 129 uint32_t user_id = UINT32_MAX; in GetEffectiveUserID() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 136 CreateThread(uptr user_id,bool detached,u32 parent_tid,void * arg) CreateThread() argument 230 SetThreadNameByUserId(uptr user_id,const char * name) SetThreadNameByUserId() argument 344 ConsumeThreadUserId(uptr user_id) ConsumeThreadUserId() argument 357 SetThreadUserId(u32 tid,uptr user_id) SetThreadUserId() argument [all...] |
H A D | sanitizer_thread_registry.h | 47 uptr user_id; // Some opaque user thread id (e.g. pthread_t). variable
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTMetadata.h | 29 void SetUserID(lldb::user_id_t user_id) { in SetUserID()
|
H A D | ClangASTImporter.cpp | 86 lldb::user_id_t user_id = LLDB_INVALID_UID; in CopyDecl() local 1286 lldb::user_id_t user_id = LLDB_INVALID_UID; Imported() local [all...] |
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_fuchsia.cpp | 94 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook()
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fuchsia.cpp | 171 BeforeThreadCreateHook(uptr user_id,bool detached,const char * name,uptr stack_bottom,uptr stack_size) BeforeThreadCreateHook() argument
|
/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 2837 UndoCreateStopHook(lldb::user_id_t user_id) UndoCreateStopHook() argument 2844 RemoveStopHookByID(lldb::user_id_t user_id) RemoveStopHookByID() argument 2851 GetStopHookByID(lldb::user_id_t user_id) GetStopHookByID() argument 2861 SetStopHookActiveStateByID(lldb::user_id_t user_id,bool active_state) SetStopHookActiveStateByID() argument
|
/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 746 const lldb::user_id_t user_id = GetID(); HandleDestroyCallback() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 5114 lldb::user_id_t user_id; DoExecute() local 5165 lldb::user_id_t user_id; DoExecute() local
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 2453 SetMetadataAsUserID(const clang::Decl * decl,user_id_t user_id) SetMetadataAsUserID() argument 2460 SetMetadataAsUserID(const clang::Type * type,user_id_t user_id) SetMetadataAsUserID() argument
|