Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h217 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp58 return MF.getMMI().hasDebugInfo() || in needsFrameMoves()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp157 if (MMI.hasDebugInfo() && in set()
DFastISel.cpp604 !FuncInfo.MF->getMMI().hasDebugInfo()) { in SelectCall()
DSelectionDAGBuilder.cpp4781 if (!DI.getDebugLoc().isUnknown() && MMI.hasDebugInfo()) in visitIntrinsicCall()
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp58 bool NeedsFrameMoves = MMI.hasDebugInfo() in emitPrologue()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp651 if (MMI->hasDebugInfo()) in needsCFIMoves()
698 bool ShouldPrintDebugScopes = DD && MMI->hasDebugInfo(); in EmitFunctionBody()
DDwarfDebug.cpp1617 if (!MMI->hasDebugInfo()) in beginFunction()
1842 if (!MMI->hasDebugInfo() || LScopes.empty()) return; in endFunction()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp345 bool needsFrameMoves = MMI.hasDebugInfo() || in emitPrologue()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86FrameLowering.cpp397 bool needsFrameMoves = MMI.hasDebugInfo() || in emitPrologue()