Searched refs:IsDebug (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | InstrEmitter.h | 69 bool IsDebug, bool IsClone, bool IsCloned); 80 bool IsDebug, bool IsClone, bool IsCloned);
|
| H A D | InstrEmitter.cpp | 298 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument 351 !IsDebug && in AddRegisterOperand() 365 getDebugRegState(IsDebug)); in AddRegisterOperand() 376 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument 379 IsDebug, IsClone, IsCloned); in AddOperand() 445 IsDebug, IsClone, IsCloned); in AddOperand()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Symtab.h | 261 if (symbol.IsDebug()) in rank() 296 if (m_symbols[idx].IsDebug()) in CheckSymbolAtIndex() 301 if (!m_symbols[idx].IsDebug()) in CheckSymbolAtIndex()
|
| H A D | Symbol.h | 176 bool IsDebug() const { return m_is_debug; } in IsDebug() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 152 unsigned IsDebug : 1; variable 454 return IsDebug; in isDebug() 546 IsDebug = Val; 848 Op.IsDebug = isDebug;
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 590 bool IsDebug = (*Iter)->getIsLineDebug(); in processLines() 591 dbgs() << "Line " << (IsDebug ? "dbg:" : "ins:") << " [" in processLines() 593 if (IsDebug) in processLines()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 285 IsDebug = isDebug; in ChangeToRegister()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 98 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 2377 bool IsDebug = RegOp.isDebug(); in swapRegAndNonRegOperand() local 2392 NonRegOp.ChangeToRegister(Reg, false, false, IsKill, IsDead, IsUndef, IsDebug); in swapRegAndNonRegOperand()
|