Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp100 static bool hasDebugInfo(const Function &F) { in hasDebugInfo() function
163 !hasDebugInfo(F) || in runOnFunction()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h220 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp206 return MF.getMMI().hasDebugInfo() || in needsFrameMoves()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp267 if (!Asm || !Asm->MMI->hasDebugInfo()) in beginFunction()
DAsmPrinter.cpp705 if (MMI->hasDebugInfo()) in needsCFIMoves()
741 bool ShouldPrintDebugScopes = MMI->hasDebugInfo(); in EmitFunctionBody()
DDwarfDebug.cpp1417 if (!MMI->hasDebugInfo()) in beginFunction()
1544 if (!MMI->hasDebugInfo() || LScopes.empty() || in endFunction()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp154 if (MMI.hasDebugInfo() && in set()
DFastISel.cpp709 !FuncInfo.MF->getMMI().hasDebugInfo()) { in SelectCall()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp212 bool needsFrameMoves = MMI.hasDebugInfo() || Fn->needsUnwindTableEntry(); in emitPrologue()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp507 bool needsFrameMoves = MMI.hasDebugInfo() || in emitPrologue()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp459 !IsWinEH && (MMI.hasDebugInfo() || Fn->needsUnwindTableEntry()); in emitPrologue()