Searched refs:IsDebug (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 70 bool IsDebug, bool IsClone, bool IsCloned); 81 bool IsDebug, bool IsClone, bool IsCloned);
|
| H A D | InstrEmitter.cpp | 317 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument 363 !IsDebug && in AddRegisterOperand() 377 getDebugRegState(IsDebug)); in AddRegisterOperand() 388 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument 391 IsDebug, IsClone, IsCloned); in AddOperand() 463 IsDebug, IsClone, IsCloned); in AddOperand()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 148 unsigned IsDebug : 1; variable 437 return IsDebug; in isDebug() 519 IsDebug = Val; 774 Op.IsDebug = isDebug;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Symtab.h | 171 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex() 176 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
|
| H A D | Symbol.h | 166 bool IsDebug() const { return m_is_debug; } in IsDebug() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 245 IsDebug = isDebug; in ChangeToRegister()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 92 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 1351 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local 1360 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|