Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUFrameLowering.cpp100 bool hasDebugInfo = MMI.hasDebugInfo(); in emitPrologue() local
116 if (hasDebugInfo) { in emitPrologue()
157 if (hasDebugInfo) { in emitPrologue()
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp171 if (!MMI->hasDebugInfo()) in beginInstruction()
197 if (!MMI->hasDebugInfo()) in endInstruction()
DAsmPrinter.cpp803 if (MMI->hasDebugInfo()) in needsCFIMoves()
847 bool ShouldPrintDebugScopes = MMI->hasDebugInfo(); in EmitFunctionBody()
947 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in EmitFunctionBody()
1272 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in SetupMachineFunction()
DDwarfDebug.cpp616 if (!MMI->hasDebugInfo()) in endModule()
1042 if (!MMI->hasDebugInfo()) in beginFunction()
1096 if (!MMI->hasDebugInfo() || LScopes.empty() || !SP || in endFunction()
DCodeViewDebug.cpp370 if (!Asm || !MMI->hasDebugInfo()) in endModule()
867 if (!Asm || !MMI->hasDebugInfo()) in beginFunction()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h40 FORWARD_SYMBOL_METHOD(hasDebugInfo)
DIPDBRawSymbol.h141 virtual bool hasDebugInfo() const = 0;
/external/llvm/lib/Target/AMDGPU/
DSIDebuggerInsertNops.cpp70 if (!MF.getMMI().hasDebugInfo()) in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h217 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h242 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h132 bool hasDebugInfo() const override;
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreRegisterInfo.cpp72 return MF.getMMI().hasDebugInfo() || in needsFrameMoves()
/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp207 return MF.getMMI().hasDebugInfo() || in needsFrameMoves()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp246 MOCK_SYMBOL_ACCESSOR(hasDebugInfo)
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h103 virtual bool hasDebugInfo() const = 0;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp115 if (MMI.hasDebugInfo() && in set()
DFastISel.cpp524 !FuncInfo.MF->getMMI().hasDebugInfo()) in SelectCall()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp224 if (MMI.hasDebugInfo()) { in set()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp605 if (MMI->hasDebugInfo()) in needsCFIMoves()
648 bool ShouldPrintDebugScopes = DD && MMI->hasDebugInfo(); in EmitFunctionBody()
DDwarfDebug.cpp1114 if (!MMI->hasDebugInfo()) return; in beginFunction()
1293 if (!MMI->hasDebugInfo() || LScopes.empty()) return; in endFunction()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp417 bool needsFrameMoves = MMI.hasDebugInfo() || Fn->needsUnwindTableEntry(); in emitPrologue()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp261 bool needsFrameMoves = MMI.hasDebugInfo() || in emitPrologue()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp832 bool DIARawSymbol::hasDebugInfo() const { in hasDebugInfo() function in DIARawSymbol
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp930 !IsWin64Prologue && (MMI.hasDebugInfo() || Fn->needsUnwindTableEntry()); in emitPrologue()
2593 (MMI.hasDebugInfo() || Fn->needsUnwindTableEntry()); in eliminateCallFramePseudoInstr()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FrameLowering.cpp604 bool needsFrameMoves = MMI.hasDebugInfo() || in emitPrologue()

12