Home
last modified time | relevance | path

Searched refs:GetId (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_mutex.cpp45 s->dd.ctx = s->GetId(); in DDMutexInit()
107 mid = s->GetId(); in MutexDestroy()
193 thr->mset.Add(s->GetId(), true, thr->fast_state.epoch()); in MutexPostLock()
202 mid = s->GetId(); in MutexPostLock()
238 thr->mset.Del(s->GetId(), true); in MutexUnlock()
244 mid = s->GetId(); in MutexUnlock()
291 thr->mset.Add(s->GetId(), false, thr->fast_state.epoch()); in MutexPostReadLock()
300 mid = s->GetId(); in MutexPostReadLock()
332 mid = s->GetId(); in MutexReadUnlock()
374 thr->mset.Del(s->GetId(), write); in MutexReadOrWriteUnlock()
[all …]
H A Dtsan_sync.h72 u64 GetId() const { in GetId() function
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceCursor.h188 virtual lldb::user_id_t GetId() const = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h44 lldb::user_id_t GetId() const override;
H A DTraceCursorIntelPT.cpp139 user_id_t TraceCursorIntelPT::GetId() const { return m_pos; } in GetId() function in TraceCursorIntelPT
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DRuntimeDebugBuilder.cpp86 for (auto GetId : ThreadIDs) { in getGPUThreadIdentifiers() local
87 Value *Id = Builder.CreateCall(GetId, {}); in getGPUThreadIdentifiers()
/llvm-project-15.0.7/lldb/source/Target/
H A DTraceDumper.cpp311 item.id = m_cursor_up->GetId(); in CreatRawTraceItem()
383 last_id = m_cursor_up->GetId(); in DumpInstructions()
/llvm-project-15.0.7/llvm/include/llvm/WindowsDriver/
H A DMSVCSetupApi.h400 STDMETHOD(GetId)(_Out_ BSTR *pbstrId) = 0;
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1097 size_t GetId(const std::string& str) { in GetId() function in testing::internal::edit_distance::__anon0efcb9d60111::InternalStrings
1118 left_ids.push_back(intern_table.GetId(left[i])); in CalculateOptimalEdits()
1121 right_ids.push_back(intern_table.GetId(right[i])); in CalculateOptimalEdits()