Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h70 bool IsDebug, bool IsClone, bool IsCloned);
81 bool IsDebug, bool IsClone, bool IsCloned);
DInstrEmitter.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()
436 IsDebug, IsClone, IsCloned); in AddOperand()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h137 bool IsDebug : 1; variable
321 return IsDebug; in isDebug()
400 IsDebug = Val;
604 Op.IsDebug = isDebug;
/external/lldb/include/lldb/Symbol/
DSymtab.h124 if (m_symbols[idx].IsDebug() == true) in CheckSymbolAtIndex()
129 if (m_symbols[idx].IsDebug() == false) in CheckSymbolAtIndex()
DSymbol.h184 IsDebug () const in IsDebug() function
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp97 if (exe_symbol->IsDebug() == false) in GetFileRangeMap()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp172 IsDebug = isDebug; in ChangeToRegister()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp3455 if (symbol_ptr != global_symbol && symbol_ptr->IsDebug() == false) in ParseSymtab()