Searched refs:IsDebug (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 71 bool IsDebug, bool IsClone, bool IsCloned); 82 bool IsDebug, bool IsClone, bool IsCloned);
|
| H A D | InstrEmitter.cpp | 303 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 D | Symtab.h | 162 if (symbol.IsDebug()) in rank() 196 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex() 201 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
|
| H A D | Symbol.h | 166 bool IsDebug() const { return m_is_debug; } in IsDebug() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 152 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 D | MachineOperand.cpp | 266 IsDebug = isDebug; in ChangeToRegister()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 94 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 2088 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local 2103 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|