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

  /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/XCore/
XCoreRegisterInfo.cpp 58 return MF.getMMI().hasDebugInfo() ||
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 87 bool needsFrameMoves = MMI.hasDebugInfo() ||
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 117 if (MMI.hasDebugInfo() &&
FastISel.cpp 605 !FuncInfo.MF->getMMI().hasDebugInfo()) {
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 58 bool NeedsFrameMoves = MMI.hasDebugInfo()
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 607 if (MMI->hasDebugInfo())
654 bool ShouldPrintDebugScopes = DD && MMI->hasDebugInfo();
    [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 312 bool needsFrameMoves = MMI.hasDebugInfo() ||
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 657 bool needsFrameMoves = MMI.hasDebugInfo() ||
    [all...]

Completed in 900 milliseconds