Searched refs:IsDebug (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | InstrEmitter.h | 70 bool IsDebug, bool IsClone, bool IsCloned); 81 bool IsDebug, bool IsClone, bool IsCloned);
|
| HD | InstrEmitter.cpp | 316 bool IsDebug, bool IsClone, bool IsCloned) { in AddRegisterOperand() argument 353 !IsDebug && in AddRegisterOperand() 367 getDebugRegState(IsDebug)); in AddRegisterOperand() 378 bool IsDebug, bool IsClone, bool IsCloned) { in AddOperand() argument 381 IsDebug, IsClone, IsCloned); in AddOperand() 438 IsDebug, IsClone, IsCloned); in AddOperand()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineOperand.h | 138 bool IsDebug : 1; variable 324 return IsDebug; in isDebug() 403 IsDebug = Val; 615 Op.IsDebug = isDebug;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | Symtab.h | 137 if (m_symbols[idx].IsDebug() == true) in CheckSymbolAtIndex() 142 if (m_symbols[idx].IsDebug() == false) in CheckSymbolAtIndex()
|
| HD | Symbol.h | 269 IsDebug () const in IsDebug() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARFDebugMap.cpp | 96 if (exe_symbol->IsDebug() == false) in GetFileRangeMap()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MachineInstr.cpp | 195 IsDebug = isDebug; in ChangeToRegister()
|