Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h70 bool IsDebug, bool IsClone, bool IsCloned);
81 bool IsDebug, bool IsClone, bool IsCloned);
H A DInstrEmitter.cpp317 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 DMachineOperand.h148 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 DSymtab.h171 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
176 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
H A DSymbol.h166 bool IsDebug() const { return m_is_debug; } in IsDebug() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOperand.cpp245 IsDebug = isDebug; in ChangeToRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp92 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1351 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local
1360 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()