Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h217 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp58 return MF.getMMI().hasDebugInfo() || in needsFrameMoves()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp87 bool needsFrameMoves = MMI.hasDebugInfo() || in emitPrologue()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp117 if (MMI.hasDebugInfo() && in set()
DFastISel.cpp605 !FuncInfo.MF->getMMI().hasDebugInfo()) { in SelectCall()
DSelectionDAGBuilder.cpp4660 if (!DI.getDebugLoc().isUnknown() && MMI.hasDebugInfo()) in visitIntrinsicCall()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp58 bool NeedsFrameMoves = MMI.hasDebugInfo() in emitPrologue()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp607 if (MMI->hasDebugInfo()) in needsCFIMoves()
654 bool ShouldPrintDebugScopes = DD && MMI->hasDebugInfo(); in EmitFunctionBody()
DDwarfDebug.cpp1358 if (!MMI->hasDebugInfo()) return; in beginFunction()
1547 if (!MMI->hasDebugInfo() || LScopes.empty()) return; in endFunction()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp312 bool needsFrameMoves = MMI.hasDebugInfo() || in emitPrologue()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp657 bool needsFrameMoves = MMI.hasDebugInfo() || in emitPrologue()