Home
last modified time | relevance | path

Searched refs:hasDebugInfo (Results 1 – 16 of 16) 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/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h39 FORWARD_SYMBOL_METHOD(hasDebugInfo)
DIPDBRawSymbol.h139 virtual bool hasDebugInfo() const = 0;
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h246 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h131 bool hasDebugInfo() const override;
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp207 return MF.getMMI().hasDebugInfo() || in needsFrameMoves()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp318 if (!Asm || !Asm->MMI->hasDebugInfo()) in beginFunction()
DAsmPrinter.cpp746 if (MMI->hasDebugInfo()) in needsCFIMoves()
790 bool ShouldPrintDebugScopes = MMI->hasDebugInfo(); in EmitFunctionBody()
890 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in EmitFunctionBody()
1173 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in SetupMachineFunction()
DDwarfDebug.cpp608 if (!MMI->hasDebugInfo()) in endModule()
1079 if (!MMI->hasDebugInfo()) in beginFunction()
1173 if (!MMI->hasDebugInfo() || LScopes.empty() || in endFunction()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp209 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp206 if (MMI.hasDebugInfo() && DIVar && DI->getDebugLoc()) { in set()
DFastISel.cpp1092 if (!DIVar || !FuncInfo.MF->getMMI().hasDebugInfo()) { in selectIntrinsicCall()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp263 bool needsFrameMoves = MMI.hasDebugInfo() || Fn->needsUnwindTableEntry(); in emitPrologue()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp819 bool DIARawSymbol::hasDebugInfo() const { in hasDebugInfo() function in DIARawSymbol
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp570 bool needsCFI = MMI.hasDebugInfo() || in emitPrologue()
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp589 !IsWinEH && (MMI.hasDebugInfo() || Fn->needsUnwindTableEntry()); in emitPrologue()