Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h69 bool IsDebug, bool IsClone, bool IsCloned);
80 bool IsDebug, bool IsClone, bool IsCloned);
H A DInstrEmitter.cpp322 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
378 Op.getNode()->getOpcode() != ISD::CopyFromReg && !IsDebug && in AddRegisterOperand()
392 getDebugRegState(IsDebug)); in AddRegisterOperand()
403 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
406 IsDebug, IsClone, IsCloned); in AddOperand()
472 IsDebug, IsClone, IsCloned); in AddOperand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h261 if (symbol.IsDebug()) in rank()
296 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
301 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
H A DSymbol.h192 bool IsDebug() const { return m_is_debug; } in SetDebug()
190 bool IsDebug() const { return m_is_debug; } IsDebug() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h150 /// IsDebug - True if this MO_Register 'use' operand is in a debug pseudo,
152 unsigned IsDebug : 1; variable
457 return IsDebug; in isDebug()
549 IsDebug = Val;
855 Op.IsDebug = isDebug;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp663 bool IsDebug = (*Iter)->getIsLineDebug(); in processLines()
664 dbgs() << "Line " << (IsDebug ? "dbg:" : "ins:") << " [" in processLines()
666 if (IsDebug) in processLines()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp303 IsDebug = isDebug; in ChangeToRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp99 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2747 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local
2762 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()