| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.h | 199 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 D | Stoppoint.cpp | 29 void Stoppoint::SetID(break_id_t bid) { m_bid = bid; } in SetID() function in Stoppoint
|
| H A D | BreakpointList.cpp | 34 bp_sp->SetID(m_is_internal ? --m_next_break_id : ++m_next_break_id); in Add()
|
| H A D | WatchpointList.cpp | 24 wp_sp->SetID(++m_next_wp_id); in Add()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | Stoppoint.h | 38 void SetID(lldb::break_id_t bid);
|
| H A D | BreakpointID.h | 37 void SetID(lldb::break_id_t bp_id, lldb::break_id_t loc_id) { in SetID() function
|
| H A D | Watchpoint.h | 219 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 D | UserID.h | 68 void SetID(lldb::user_id_t uid) { m_uid = uid; } in SetID() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | PassManager.h | 294 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 D | SymbolFileDWARFDwo.cpp | 27 SetID(((lldb::user_id_t)dwarf_cu->GetOffset()) << 32); in SymbolFileDWARFDwo()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 212 oso_symfile->SetID(((uint64_t)m_cu_idx + 1ull) << 32ull); in GetSymbolVendor()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Symbol.h | 127 void SetID(uint32_t uid) { m_uid = uid; } in SetID() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlan.cpp | 33 SetID(GetNextID()); in ThreadPlan()
|
| H A D | Process.cpp | 2760 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 D | ProcessFreeBSD.cpp | 339 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 D | GDBRemoteRegisterContext.cpp | 419 reg_checkpoint.SetID(save_id); in ReadAllRegisterValues() 423 reg_checkpoint.SetID(0); // Invalid save ID is zero in ReadAllRegisterValues()
|
| H A D | ProcessGDBRemote.cpp | 722 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 D | ProcessMinidump.cpp | 205 SetID(pid.getValue()); in DoLoadCore()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | ProcessElfCore.cpp | 662 SetID(prpsinfo.pr_pid); in parseLinuxNotes()
|