Searched refs:IsDebug (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 71 bool IsDebug, bool IsClone, bool IsCloned); 82 bool IsDebug, bool IsClone, bool IsCloned);
|
| H A D | InstrEmitter.cpp | 299 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument 352 !IsDebug && in AddRegisterOperand() 366 getDebugRegState(IsDebug)); in AddRegisterOperand() 377 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument 380 IsDebug, IsClone, IsCloned); in AddOperand() 446 IsDebug, IsClone, IsCloned); in AddOperand()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | Symtab.h | 258 if (symbol.IsDebug()) in rank() 293 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex() 298 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
|
| H A D | Symbol.h | 166 bool IsDebug() const { return m_is_debug; } in IsDebug() function
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 151 unsigned IsDebug : 1; variable 447 return IsDebug; in isDebug() 539 IsDebug = Val; 818 Op.IsDebug = isDebug;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 269 IsDebug = isDebug; in ChangeToRegister()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 92 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 2262 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local 2277 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|