Searched refs:IsDebug (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 72 bool IsDebug, bool IsClone, bool IsCloned); 83 bool IsDebug, bool IsClone, bool IsCloned);
|
| H A D | InstrEmitter.cpp | 320 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument 377 Op.getNode()->getOpcode() != ISD::CopyFromReg && !IsDebug && in AddRegisterOperand() 391 getDebugRegState(IsDebug)); in AddRegisterOperand() 399 VRBaseMapType &VRBaseMap, bool IsDebug, in AddOperand() argument 403 IsDebug, IsClone, IsCloned); in AddOperand() 469 IsDebug, IsClone, IsCloned); in AddOperand()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Symtab.h | 261 if (symbol.IsDebug()) in rank() 296 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex() 301 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
|
| H A D | Symbol.h | 192 bool IsDebug() const { return m_is_debug; } in IsDebug() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 152 unsigned IsDebug : 1; variable 456 return IsDebug; in isDebug() 549 IsDebug = Val; 860 Op.IsDebug = isDebug;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 648 bool IsDebug = (*Iter)->getIsLineDebug(); in processLines() 649 dbgs() << "Line " << (IsDebug ? "dbg:" : "ins:") << " [" in processLines() 651 if (IsDebug) in processLines()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 315 IsDebug = isDebug; in ChangeToRegister()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 101 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 2752 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local 2767 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|