Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.h70 bool IsDebug, bool IsClone, bool IsCloned);
81 bool IsDebug, bool IsClone, bool IsCloned);
HDInstrEmitter.cpp316 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/
HDMachineOperand.h138 bool IsDebug : 1; variable
324 return IsDebug; in isDebug()
403 IsDebug = Val;
615 Op.IsDebug = isDebug;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymtab.h137 if (m_symbols[idx].IsDebug() == true) in CheckSymbolAtIndex()
142 if (m_symbols[idx].IsDebug() == false) in CheckSymbolAtIndex()
HDSymbol.h269 IsDebug () const in IsDebug() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp96 if (exe_symbol->IsDebug() == false) in GetFileRangeMap()
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineInstr.cpp195 IsDebug = isDebug; in ChangeToRegister()