HomeSort by relevance Sort by last modified time
    Searched refs:hasDebugInfo (Results 1 - 10 of 10) 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/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 118 if (MMI.hasDebugInfo() &&
FastISel.cpp 604 !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 633 if (MMI->hasDebugInfo())
680 bool ShouldPrintDebugScopes = DD && MMI->hasDebugInfo();
    [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 346 bool needsFrameMoves = MMI.hasDebugInfo() ||
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 654 bool needsFrameMoves = MMI.hasDebugInfo() ||
    [all...]

Completed in 5279 milliseconds