Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h71 bool IsDebug, bool IsClone, bool IsCloned);
82 bool IsDebug, bool IsClone, bool IsCloned);
H A DInstrEmitter.cpp303 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument
349 !IsDebug && in AddRegisterOperand()
363 getDebugRegState(IsDebug)); in AddRegisterOperand()
374 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument
377 IsDebug, IsClone, IsCloned); in AddOperand()
443 IsDebug, IsClone, IsCloned); in AddOperand()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h162 if (symbol.IsDebug()) in rank()
196 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
201 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
H A DSymbol.h166 bool IsDebug() const { return m_is_debug; } in IsDebug() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h152 unsigned IsDebug : 1; variable
448 return IsDebug; in isDebug()
530 IsDebug = Val;
809 Op.IsDebug = isDebug;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp266 IsDebug = isDebug; in ChangeToRegister()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp94 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2088 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local
2103 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()