Home
last modified time | relevance | path

Searched refs:SetID (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h199 bool isSGPRPressureSet(unsigned SetID) const { in isSGPRPressureSet() argument
200 return SGPRPressureSets.test(SetID) && !VGPRPressureSets.test(SetID); in isSGPRPressureSet()
202 bool isVGPRPressureSet(unsigned SetID) const { in isVGPRPressureSet() argument
203 return VGPRPressureSets.test(SetID) && !SGPRPressureSets.test(SetID); in isVGPRPressureSet()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DStoppoint.cpp29 void Stoppoint::SetID(break_id_t bid) { m_bid = bid; } in SetID() function in Stoppoint
H A DBreakpointList.cpp34 bp_sp->SetID(m_is_internal ? --m_next_break_id : ++m_next_break_id); in Add()
H A DWatchpointList.cpp24 wp_sp->SetID(++m_next_wp_id); in Add()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppoint.h38 void SetID(lldb::break_id_t bid);
H A DBreakpointID.h37 void SetID(lldb::break_id_t bp_id, lldb::break_id_t loc_id) { in SetID() function
H A DWatchpoint.h219 void SetID(lldb::watch_id_t id) { m_loc_id = id; } in SetID() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DUserID.h68 void SetID(lldb::user_id_t uid) { m_uid = uid; } in SetID() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPassManager.h294 AnalysisSetKey *SetID = AnalysisSetT::ID(); in preservedSet() local
296 PA.PreservedIDs.count(SetID)); in preservedSet()
337 bool allAnalysesInSetPreserved(AnalysisSetKey *SetID) const { in allAnalysesInSetPreserved() argument
339 (PreservedIDs.count(&AllAnalysesKey) || PreservedIDs.count(SetID)); in allAnalysesInSetPreserved()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp27 SetID(((lldb::user_id_t)dwarf_cu->GetOffset()) << 32); in SymbolFileDWARFDwo()
H A DSymbolFileDWARFDebugMap.cpp212 oso_symfile->SetID(((uint64_t)m_cu_idx + 1ull) << 32ull); in GetSymbolVendor()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h127 void SetID(uint32_t uid) { m_uid = uid; } in SetID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlan.cpp33 SetID(GetNextID()); in ThreadPlan()
H A DProcess.cpp2760 SetID(LLDB_INVALID_PROCESS_ID); in Launch()
3017 SetID(LLDB_INVALID_PROCESS_ID); in Attach()
3093 SetID(LLDB_INVALID_PROCESS_ID); in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp339 SetID(pid); in DoAttachToProcessWithID()
441 SetID(m_monitor->GetPID()); in DoLaunch()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp419 reg_checkpoint.SetID(save_id); in ReadAllRegisterValues()
423 reg_checkpoint.SetID(0); // Invalid save ID is zero in ReadAllRegisterValues()
H A DProcessGDBRemote.cpp722 SetID(pid); in DoConnectRemote()
952 SetID(m_gdb_comm.GetCurrentProcessID()); in DoLaunch()
1000 SetID(LLDB_INVALID_PROCESS_ID); in DoLaunch()
1235 SetID(attach_pid); in DoAttachToProcessWithID()
2225 SetID(pid); in SetThreadStopInfo()
5091 SetID(pid); in HandleStopReply()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp205 SetID(pid.getValue()); in DoLoadCore()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp662 SetID(prpsinfo.pr_pid); in parseLinuxNotes()