Searched refs:hasDebugInfo (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUFrameLowering.cpp101 bool hasDebugInfo = MMI.hasDebugInfo(); local
117 if (hasDebugInfo) {
158 if (hasDebugInfo) {
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h215 /// hasDebugInfo - Returns true if valid debug info is present.
217 bool hasDebugInfo() const { return DbgInfoAvailable; } function in class:llvm::MachineModuleInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp87 bool needsFrameMoves = MMI.hasDebugInfo() ||
/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp58 return MF.getMMI().hasDebugInfo() ||
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp118 if (MMI.hasDebugInfo() &&
H A DFastISel.cpp584 !FuncInfo.MF->getMMI().hasDebugInfo()) {
H A DSelectionDAGBuilder.cpp4730 if (!DI.getDebugLoc().isUnknown() && MMI.hasDebugInfo())
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp612 if (MMI->hasDebugInfo())
659 bool ShouldPrintDebugScopes = DD && MMI->hasDebugInfo();
H A DDwarfDebug.cpp1260 if (!MMI->hasDebugInfo()) return;
1440 if (!MMI->hasDebugInfo() || LScopes.empty()) return;
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp263 bool needsFrameMoves = MMI.hasDebugInfo() ||
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp641 bool needsFrameMoves = MMI.hasDebugInfo() ||

Completed in 242 milliseconds