HomeSort by relevance Sort by last modified time
    Searched refs:hasDebugInfo (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.cpp 101 bool hasDebugInfo = MMI.hasDebugInfo();
117 if (hasDebugInfo) {
158 if (hasDebugInfo) {
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 215 /// hasDebugInfo - Returns true if valid debug info is present.
217 bool hasDebugInfo() const { return DbgInfoAvailable; }
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 87 bool needsFrameMoves = MMI.hasDebugInfo() ||
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 58 return MF.getMMI().hasDebugInfo() ||
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 118 if (MMI.hasDebugInfo() &&
FastISel.cpp 580 !FuncInfo.MF->getMMI().hasDebugInfo()) {
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 615 if (MMI->hasDebugInfo())
662 bool ShouldPrintDebugScopes = DD && MMI->hasDebugInfo();
    [all...]
DwarfDebug.cpp 657 bool HasDebugInfo = false;
663 HasDebugInfo = true;
667 if (!HasDebugInfo) return false;
690 return HasDebugInfo;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 263 bool needsFrameMoves = MMI.hasDebugInfo() ||
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 641 bool needsFrameMoves = MMI.hasDebugInfo() ||
    [all...]

Completed in 84 milliseconds