Home
last modified time | relevance | path

Searched refs:IsDebug (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h71 bool IsDebug, bool IsClone, bool IsCloned);
82 bool IsDebug, bool IsClone, bool IsCloned);
H A DInstrEmitter.cpp299 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 DSymtab.h258 if (symbol.IsDebug()) in rank()
293 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
298 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
H A DSymbol.h166 bool IsDebug() const { return m_is_debug; } in IsDebug() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h151 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 DMachineOperand.cpp269 IsDebug = isDebug; in ChangeToRegister()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp92 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2262 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local
2277 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()