Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp158 static bool hasDebugInfo(const MachineModuleInfo *MMI, in hasDebugInfo() function
160 if (!MMI->hasDebugInfo()) in hasDebugInfo()
175 if (!Asm || !hasDebugInfo(MMI, MF)) { in beginFunction()
238 if (!MMI->hasDebugInfo()) in beginInstruction()
264 if (!MMI->hasDebugInfo()) in endInstruction()
296 if (hasDebugInfo(MMI, MF)) in endFunction()
/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()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h40 FORWARD_SYMBOL_METHOD(hasDebugInfo)
DIPDBRawSymbol.h141 virtual bool hasDebugInfo() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h40 FORWARD_SYMBOL_METHOD(hasDebugInfo)
DIPDBRawSymbol.h170 virtual bool hasDebugInfo() const = 0;
/external/llvm/lib/Target/AMDGPU/
DSIDebuggerInsertNops.cpp70 if (!MF.getMMI().hasDebugInfo()) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIDebuggerInsertNops.cpp71 if (!MF.getMMI().hasDebugInfo()) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h187 bool hasDebugInfo() const { return DbgInfoAvailable; } in hasDebugInfo() function
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCRegisterInfo.cpp128 return MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry(); in needsFrameMoves()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h132 bool hasDebugInfo() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCFIInstrInserter.cpp52 if (!MF.getMMI().hasDebugInfo() && in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h157 bool hasDebugInfo() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h162 bool hasDebugInfo() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp479 bool NativeRawSymbol::hasDebugInfo() const { in hasDebugInfo() function in NativeRawSymbol
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp207 return MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry(); 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()

123